keybrd library is an open source library for creating custom-keyboard firmware.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly a požadavky na natažení.

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.