This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Arduino Sketch that demonstrates reading the factory-programmed | |
EUI-48 MAC Address from a AT24MAC402 / AT24MAC602 Serial EEPROM | |
over TWI / I2C. | |
Product page: http://www.atmel.com/devices/AT24MAC402.aspx | |
Datasheet: http://www.atmel.com/images/atmel-8807-seeprom-at24mac402-602-datasheet.pdf | |
*/ | |
#include <Wire.h> |