FDxICSP 1.71 - 7 lines of code - Added EEPROM support AVR910
Channel:
Subscribers:
539
Published on ● Video Link: https://www.youtube.com/watch?v=EZKiLa7ND70
7 lines of code to add EEPROM support for FDxICSP; EEPROM is slow, but it can be easily coded to improve the write speed, but read speed is very good. Normally you rarely need to write to EEPROM, so it's not optimized all at for speed. It's good enough, and it works.
To do task:
--Add EEPROM support (DONE)
--Add Delay_timer
--Add Auto detection when plugged in
--Add watchdog timer
--Add LED code
--Add create a timer delay for flash write variation