We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bc2d4 commit c052533Copy full SHA for c052533
keyboardv1/README.md
@@ -1,12 +1,11 @@
1
# Keyboard v1
2
3
-An Arduino sketch to retrieve serial binary from the Vector Graph 4 keyboard.
+An Arduino sketch to retrieve serial binary from the Vector Graphic 4 keyboard.
4
5
After an active-low trigger, the first bit is skipped, then
6
subsequent bits are shifted in LSB to MSB, for 7 bits.
7
8
Then, a simple lookup is used to translate to the key to send via USB.
9
10
-This version must be run on an Arduino that [CITATION NEEDED] can send back
11
-USB commands as keyboard commands.
12
-
+This version must be run on an Arduino with the ATmega32U4 chip (e.g., ProMicro,
+Leonardo) that can act as a HID (human input device), i.e., a USB keyboard.
0 commit comments