1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Added public domain notice

This commit is contained in:
Tom Igoe
2010-02-24 03:49:52 +00:00
parent c1305299cb
commit 7c9cbc3607

View File

@ -2,6 +2,8 @@
* EEPROM Clear
*
* Sets all of the bytes of the EEPROM to 0.
* This example code is in the public domain.
*/
#include <EEPROM.h>