diff --git a/MappingPIDs.png b/MappingPIDs.png new file mode 100644 index 0000000..0caf539 Binary files /dev/null and b/MappingPIDs.png differ diff --git a/README.md b/README.md index dd34211..8a35d19 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,12 @@ To know the cause of [wake of ESP32](https://docs.espressif.com/projects/esp-idf |`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| |`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| +You can add any other OBD pids in the table declared in `simple_obd_test.ino` just like in the example below: + +![MappingPIDs](MappingPIDs.png) + +*Mapping pids and their frequencies* + -- libgit2 0.21.4