Commit b0c6b816b176e80ba1be12c7d7c5af951d612159
1 parent
3cd327b0
add further information
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
44.2 KB
README.md
... | ... | @@ -120,6 +120,12 @@ To know the cause of [wake of ESP32](https://docs.espressif.com/projects/esp-idf |
120 | 120 | |`int OBD_looping(ObdInfoPid* PIDs, int nbr_elem,int fr_max)`|It is called by the OBD tasks to ask the MPU about certain OBD pids and send data to the SD card| |
121 | 121 | |`void CheckObdSpeed(char* label,char* isoTime,int val, int* res)`|Check wether OBD speed leveled off and make ESP32 entreing in deep sleep if the vehicle has stopped| |
122 | 122 | |
123 | +You can add any other OBD pids in the table declared in `simple_obd_test.ino` just like in the example below: | |
124 | + | |
125 | + | |
126 | + | |
127 | +*Mapping pids and their frequencies* | |
128 | + | |
123 | 129 | |
124 | 130 | |
125 | 131 | ... | ... |