You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ Returns the Unique ID as a 64-bit value.
121
121
Gets the next available address for use. Has two variants:
122
122
* Takes the size of the data as an argument and returns a 32-bit address
123
123
* Takes a three variables, the size of the data and two other variables to return a page number value & an offset into.
124
+
124
125
In library versions >= v3.0.0 This function can be called anytime - even if there is preexisting data on the flash chip. It will simply find the next empty address block for the data.
0 commit comments