-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
Component: DocumentationRelated to Arduino's documentation contentRelated to Arduino's documentation contentLibrary: EEPROMThe EEPROM Arduino libraryThe EEPROM Arduino libraryfeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)
Description
https://docs.arduino.cc/learn/built-in-libraries/eeprom#get
Now:
eeAddress = sizeof(float); //Move address to the next byte after float 'f'.
Need:
eeAddress += sizeof(float); //Move address to the next byte after float 'f'.
Metadata
Metadata
Assignees
Labels
Component: DocumentationRelated to Arduino's documentation contentRelated to Arduino's documentation contentLibrary: EEPROMThe EEPROM Arduino libraryThe EEPROM Arduino libraryfeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)