Skip to content

Instantly share code, notes, and snippets.

View up-n-atom's full-sized avatar

up-n-atom

View GitHub Profile
@up-n-atom
up-n-atom / wsc.ino
Last active March 21, 2021 18:35 — forked from krisha/induction_hob.ino
Arduino code for reading/writing Microchip EEPROM 93LC66
/* Arduino code to read out and write EEPROM 93LC66
which is used in an AEG 55GAD84AE induction hob.
Some bits were flipped depending on temperature.
Writing it back solved this problem.
Modified for the STM32duino Blue Pill to read the
WonderSwan Color/Swan Crystal.
*/
#define DELAY_MS 10