Skip to content

Commit ffa4c0f

Browse files
committed
Merge pull request particle-iot#226 from monkbroc/patch-3
EEPROM.write() is void
2 parents 6330926 + 89338a0 commit ffa4c0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/content/reference/firmware.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4544,9 +4544,6 @@ Write a byte of data to the emulated EEPROM.
45444544

45454545
- On the Core, this must be a value between 0 and 99
45464546
- On the Photon, this must be a value between 0 and 2047
4547-
4548-
The function returns `0xFF` when an invalid address is used.
4549-
45504547
```C++
45514548
// EXAMPLE USAGE
45524549

0 commit comments

Comments
 (0)