PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

library.properties 479B

3 år sedan
12345678910
  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=*