keybrd library is an open source library for creating custom-keyboard firmware.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

tutorial_8a_using_someone_else's_keybrd_extension_library.md 1.6KB

Tutorial 8a - using someone else’s keybrd extension library

The keybrd library contains the classes needed for creating most keyboard firmware. keybrd extension libraries extend the keyboard library with custom classes.

keybrd extension library names are prefixed by “keybrd_” and are listed in:

  • Arduino Playground > find “keybrd”
  • Arduino Library-Manager (Arduino IDE > Sketch > Include Library > Manage Libraries > Filter your search: keybrd)

Instructions for installing a library on Arduino IDE are at:

http://www.arduino.cc/en/Guide/Libraries

Once a keybrd extension library is installed, it’s classes can be included in your sketch.


Creative Commons License
keybrd tutorial by Wolfram Volpi is licensed under a Creative Commons Attribution 4.0 International License.
Permissions beyond the scope of this license may be available at https://github.com/wolfv6/keybrd/issues/new.