Skip to content
Snippets Groups Projects
Commit 11c9e5eb authored by deroo's avatar deroo
Browse files

Update README.md

parent 77f98417
No related branches found
No related tags found
No related merge requests found
......@@ -121,9 +121,9 @@ as doing so defeats the non-volatile property of flash.
The function `flashEraseAll()` executes the code snippet above.
Normally, pages in flash do not hold more than one array.
This facilitates the erasure of each array separately, by calling the macro
This facilitates the erasure of each array separately, by calling the macro
<!--NANO33BLE_FLASH_ERASE(\<arrayName\>)-->
`NANO33BLE_FLASH_ERASE(<arrayName>)`
`NANO33BLE_FLASH_ERASE(<arrayName>)`
(bug/feature note: the macro has the same scope as the array.
Ie. if the arrays are declared in `setup()`,
the sketch can only call `NANO33BLE_FLASH_ERASE()`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment