1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

Added public domain notice

This commit is contained in:
Tom Igoe 2010-02-24 03:49:48 +00:00
parent 33198649db
commit c1305299cb

View File

@ -3,6 +3,7 @@
*
* Reads the value of each byte of the EEPROM and prints it
* to the computer.
* This example code is in the public domain.
*/
#include <EEPROM.h>