added descriptions for the Arduino sketches
parent
9cc0955003
commit
0d77f15de5
|
@ -13,3 +13,9 @@ Dependencies: Linux kernel, bash, sysfs filesystem mounted on /sys
|
||||||
Can be used to get the state of a hardware sensor connected to the computer.
|
Can be used to get the state of a hardware sensor connected to the computer.
|
||||||
|
|
||||||
Dependencies: lm-sensors, python3
|
Dependencies: lm-sensors, python3
|
||||||
|
|
||||||
|
### [manual_control](./manual_control/manual_control.ino)
|
||||||
|
Arduino sketch that allows direct manual control of the pins over the serial interface. This is the older, fancier version which is only capable of controlling outputs. It has some hardcoded values that may need to be adjusted.
|
||||||
|
|
||||||
|
### [external_control](./external_control/external_control.ino)
|
||||||
|
A less fancy but generally improved rewritten version of the manual control Arduino sketch that is more feature-packed and better suited for interaction with programs while still being usable for humans.
|
||||||
|
|
Loading…
Reference in New Issue