document
This commit is contained in:
parent
b31ac841df
commit
14feaec364
@ -26,7 +26,7 @@ Example minimal keybrd sketch
|
||||
<!-- todo after teensy LC bb, copy and remove annotations from keybrd_single-layer_2_annotated.ino -->
|
||||
A [minimal keybrd sketch](tutorials/keybrd_2_single-layer_annotated/keybrd_2_single-layer_annotated.ino).
|
||||
has about 50 lines of code and runs on a 4-key keyboard.
|
||||
It runs on a breadboard with rows, columns, and diodes just like the big keyboards.
|
||||
It runs on a breadboard and has rows, columns, and diodes just like the big keyboards.
|
||||
The sketch is small because the keybrd library takes care of the low-level details.
|
||||
|
||||
The keybrd tutorial 1 shows how to make a breadboard keyboard.
|
||||
|
@ -68,8 +68,8 @@ For Linux:
|
||||
<--! todo update after testing Arduino library manager
|
||||
link from tutorial 7 ## Publishing
|
||||
https://www.arduino.cc/en/Guide/Libraries
|
||||
> Installing Additional Arduino Libraries
|
||||
> Using the Library Manager
|
||||
* Installing Additional Arduino Libraries
|
||||
* Using the Library Manager
|
||||
-->
|
||||
Down load keybrd-master.zip from the [Download ZIP](https://github.com/wolfv6/keybrd) button.
|
||||
|
||||
@ -146,7 +146,7 @@ The first two fields are mandatory, the remaining fields are optional.
|
||||
The physical martix rows and columns on a keyboard can be in any direction or shape.
|
||||
[diode](https://en.wikipedia.org/wiki/Diode) orientation is specified in [Matrix.h](https://github.com/wolfv6/keybrd/blob/master/src/Matrix.h)
|
||||
|
||||
[Diode](../tutorials/images/120px-Diode_pinout_en_fr.svg.png)
|
||||
[Diode](https://github.com/wolfv6/keybrd/blob/master/tutorials/images/120px-Diode_pinout_en_fr.svg.png)
|
||||
|
||||
Diagram is of typical through-the-hole diode in same alignment as diode symbol.
|
||||
Cross bar and band depict the cathode.
|
||||
|
Reference in New Issue
Block a user