PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
479B

  1. name=EEPROM
  2. version=2.0
  3. author=Arduino, Christopher Andrews
  4. maintainer=Paul Stoffregen
  5. sentence=Enables reading and writing to the permanent board storage. For use with all Teensy boards.
  6. paragraph=This library allows to read and write data in a memory type, the EEPROM, that keeps its content also when the board is powered off. The amount of EEPROM available depends on the microcontroller type.
  7. category=Data Storage
  8. url=http://arduino.cc/en/Reference/EEPROM
  9. architectures=*