Skip to content

Commit c052533

Browse files
authored
Updated the citation to refer to the proper chipset.
1 parent e2bc2d4 commit c052533

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

keyboardv1/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Keyboard v1
22

3-
An Arduino sketch to retrieve serial binary from the Vector Graph 4 keyboard.
3+
An Arduino sketch to retrieve serial binary from the Vector Graphic 4 keyboard.
44

55
After an active-low trigger, the first bit is skipped, then
66
subsequent bits are shifted in LSB to MSB, for 7 bits.
77

88
Then, a simple lookup is used to translate to the key to send via USB.
99

10-
This version must be run on an Arduino that [CITATION NEEDED] can send back
11-
USB commands as keyboard commands.
12-
10+
This version must be run on an Arduino with the ATmega32U4 chip (e.g., ProMicro,
11+
Leonardo) that can act as a HID (human input device), i.e., a USB keyboard.

0 commit comments

Comments
 (0)