hello everyone,
i was learning about the EEPROM library and how to store data to the EEPROM, so i came across a function, which i need to know the difference between this function which is put() and the write() ?
as i was reading and searching i understood (but not sure) that put() is the same as update() but it can store the "float" type of data instead of only "byte" ?