From b0c6b816b176e80ba1be12c7d7c5af951d612159 Mon Sep 17 00:00:00 2001 From: yessine kammoun Date: Fri, 29 Jan 2021 15:51:10 +0100 Subject: [PATCH] add further information --- MappingPIDs.png | Bin 0 -> 45306 bytes README.md | 6 ++++++ 2 files changed, 6 insertions(+), 0 deletions(-) create mode 100644 MappingPIDs.png 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