PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

11 lines
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=*