PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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