read and write to eeprom
Add arduino to set and read from EEPROM. An example arduino_eeprom.cpp
is also added in tools/
to show how to use this.
./bin/arduino_eeprom -a /dev/ttyACM0 read 0 # read the value in eeprom address 0
./bin/arduino_eeprom -a /dev/ttyACM0 write 0 5 # write eeprom address 0 to 5
Edited by Elodie Deborah Resseguie