Prev: EEPROM

Jolla and SailfishOS

The Other Half EEPROM programming using an Arduino Uno as In-System-Programmer

2016-08-23 09:37

Software

Having the basics in place, writing the software is straight forward.

The two following two functions I copied from the I2CEEPROM project at arduino.cc/playground/Code/. They pretty print the content of the EEPROM to a serial console.

All the magic happens in the setup() function:

Once the loop() function starts, everything is already over. The program now just blinks the LED to show that it is done.

Next: Simulation