bool write_saved_data(uint16_t position, uint16_t new_value)
Modifies the value of a specific position in the saved data.
Definition Saved_data.cpp:10
uint16_t read_saved_data(uint16_t position)
Reads the value of a specific position in the saved data.
Definition Saved_data.cpp:21