Updates to readme and documentation

This commit is contained in:
Oleg Kalachev
2025-04-30 00:05:52 +03:00
parent 4e0a1fcdab
commit d1d10c4c6c
3 changed files with 23 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
# Firmware overview
The firmware is a regular Arduino sketch, and follows the classic Arduino one-threaded design. The initialization code is in the `setup()` function, and the main loop is in the `loop()` function. The sketch includes multiple files, each responsible for a specific part of the system.
## Dataflow
<img src="img/dataflow.svg" width=800 alt="Firmware dataflow diagram">