PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

9 rindas
537B

  1. name=Keypad
  2. version=3.1.1
  3. author=Mark Stanley, Alexander Brevig
  4. maintainer=Community https://github.com/Chris--A/Keypad
  5. sentence=Keypad is a library for using matrix style keypads with the Arduino.
  6. paragraph=As of version 3.0 it now supports mulitple keypresses. This library is based upon the Keypad Tutorial. It was created to promote Hardware Abstraction. It improves readability of the code by hiding the pinMode and digitalRead calls for the user.
  7. category=Device Control
  8. url=http://playground.arduino.cc/Code/Keypad
  9. architectures=*