added descriptions for the Arduino sketches

master
BodgeMaster 2021-05-04 12:01:37 +02:00
parent 9cc0955003
commit 0d77f15de5
1 changed files with 6 additions and 0 deletions

View File

@ -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.
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.