Commit 70f6e6717ea4b024aea0d1fce0c63afa063132ec

Authored by yessine kammoun
1 parent 3177b218

Daemon task

Showing 2 changed files with 6 additions and 0 deletions   Show diff stats
Daemon Task.png 0 → 100644

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 +![Daemon Task](Daemon Task.png)
  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  
... ...