PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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