Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
Assignees
Labels
Component: DocumentationRelated to Arduino's documentation content Library: EEPROMThe EEPROM Arduino library feature requestA request to make an enhancement (not a bug fix)
@pakhontas

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 content Library: EEPROMThe EEPROM Arduino library feature 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

      AltStyle によって変換されたページ (->オリジナル) /