Added light sensor

This commit is contained in:
Your Name
2026-05-21 13:15:29 +03:00
parent cb6266b312
commit bc20f1a29b
6 changed files with 88 additions and 2 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
## serial
## client
Prefer socat to support arrow keys
```
nc 192.168.1.154 7777
socat -d -d -,raw,echo=0 TCP:192.168.1.154:7777
```
## socat
## server
```
socat -d -d /dev/ttyACM0,b115200,raw,echo=0 tcp-listen:7777,reuseaddr
```