seems like it's alpha-release

This commit is contained in:
Edward Emelianov
2026-05-20 22:28:01 +03:00
parent 4614183f38
commit d32fcbab9b
10 changed files with 288 additions and 39 deletions

View File

@@ -41,3 +41,15 @@ Us - send string 's' to other interface
```
To call this help just print '?', 'h' or 'H' in terminal.
### Sensors
| N | ID | Cardinal direction |
|---|------|--------------------|
| 0 | 0x10 | Zenith |
| 1 | 0x11 | East |
| 2 | 0x12 | South |
| 3 | 0x13 | West |
| 4 | 0x14 | North |
---------------------------------