mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 09:06:11 +00:00
Updates to readme and documentation
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user