Skip to content

Instantly share code, notes, and snippets.

View Azuratox's full-sized avatar

Azuratox Azuratox

View GitHub Profile
@Azuratox
Azuratox / EEPROMExample.ino
Created September 3, 2019 17:05 — forked from ledlogic/EEPROMExample.ino
Example for Arduino EEPROM read / writes
/////////////////////////////////////////////////////////////////
// Created by Kevin Elsenberger //
// June 2, 2013 //
// elsenberger.k at gmail.com //
// from http://playground.arduino.cc/Code/EEPROMReadWriteLong //
/////////////////////////////////////////////////////////////////
//Needed to access the eeprom read write functions
#include <EEPROM.h>