Skip to content

Commit 8520013

Browse files
committed
Update README.md
1 parent 15a9857 commit 8520013

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Migrating to v3 is easy. There are two small changes all users will need to make
5454
v3 is _mostly_ backward-compatible with v2, but there have been some important changes. If in doubt, please look at the updated [examples](./examples).
5555
They have all been updated and tested with v3.
5656

57-
Because all module configuration is preformed using the Configuration Interface, you will find that the **VAL_LAYER** has been added as
58-
a parameter in many methods. The methods default to using ```VAL_LAYER_RAM_BBR``` - i.e. the configuration will be changed and stored in both
57+
Because all module configuration is performed using the Configuration Interface, you will find that the **VAL_LAYER** has been added as
58+
a parameter in many methods. The set methods default to using ```VAL_LAYER_RAM_BBR``` - i.e. the configuration will be changed and stored in both
5959
RAM and Battery-Backed RAM. Options are: ```VAL_LAYER_RAM```, ```VAL_LAYER_BBR```, ```VAL_LAYER_FLASH``` (if your module has flash memory attached),
6060
```VAL_LAYER_RAM_BBR``` and ```VAL_LAYER_ALL``` (all three).
6161

@@ -86,7 +86,6 @@ Please check your code. If you are using ```maxWait```, you will need to specify
8686
Likewise, when reading (getting) the configuration, you can specify ```VAL_LAYER_RAM``` or ```VAL_LAYER_DEFAULT```. The methods default to ```VAL_LAYER_RAM```.
8787

8888
v3 provides a new way of reading (getting) values from the Configuration Interface: ```newCfgValget```, ```addCfgValget``` and ```sendCfgValget```.
89-
v3 also uses C++ Templates to make it easier to get and set the configuration without knowing the value data type.
9089
Please see the [VALSET and VALGET examples](./examples/VALGET_and_VALSET/) for more details.
9190

9291
```setPortOutput```, ```setPortInput``` and ```getPortSettings``` have been deleted.

0 commit comments

Comments
 (0)