Commit 70f6e6717ea4b024aea0d1fce0c63afa063132ec
1 parent
3177b218
Daemon task
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
22.3 KB
README.md
... | ... | @@ -59,5 +59,11 @@ Below is a table representing the various OBD data required, as well as how ofte |
59 | 59 | |FUEL_LEVEL|0x2F||x| |
60 | 60 | |HYBRID_BATTERY_PERCENTAGE|0x5B||x| |
61 | 61 | |
62 | + | |
63 | + | |
64 | +*Daemon Task concept* | |
65 | + | |
66 | +The daemon task is structured as shown in the diagram above. Each data collected is subsequently placed | |
67 | +in a queue, before being written in the SD card. | |
62 | 68 | |
63 | 69 | ... | ... |