arduino-pico/libraries/EEPROM
Earle F. Philhower, III 1fd0b0404d
Add TinyUSB include to all libs (#180)
Fixes #167

For Serial when selecting TinyUSB.  Can't include in the core because Arduino IDE
will not link in libraries called from the core.  Instead, add the header to all
the standard libraries in the hope it will still catch some user cases where they
use these libraries.

See https://github.com/earlephilhower/arduino-pico/issues/167#issuecomment-848622174
2021-05-28 19:23:19 -07:00
..
examples Add EEPROM library, using last flash sector 2021-03-12 19:38:14 -08:00
EEPROM.cpp Add TinyUSB include to all libs (#180) 2021-05-28 19:23:19 -07:00
EEPROM.h Add astyle format, boards.txt, and package check (#166) 2021-05-24 15:01:03 -07:00
keywords.txt Add EEPROM library, using last flash sector 2021-03-12 19:38:14 -08:00
library.properties Add EEPROM library, using last flash sector 2021-03-12 19:38:14 -08:00