Skip to content

Error in the description of the library EEPROM.get () #3841

Open
@pakhontas

Description

@pakhontas

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 contentLibrary: EEPROMThe EEPROM Arduino libraryfeature requestA request to make an enhancement (not a bug fix)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions