Skip to content

Commit d736e4b

Browse files
committed
Added READMEs.
1 parent 00b7cbc commit d736e4b

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Arduino sketches
2+
3+
A [PLASS] Program
4+
5+
## To download
6+
7+
git clone [email protected]:dplassgit/arduino.git
8+
9+
## To upload
10+
11+
git push origin trunk

keyboardv0/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Keyboard v0
2+
3+
An Arduino sketch to retrieve serial binary from the Vector Graph 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.

logic_analyzer/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Keyboard v0
2+
3+
An Arduino sketch to act like a logic analyzer.
4+
5+
After an active-low trigger, bits are read until N consecutive 1s are seen.

0 commit comments

Comments
 (0)