Skip to content

Commit

Permalink
Add EV & Niro vehicle speed can ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Bidault committed Aug 20, 2018
1 parent 07d0787 commit 2f1dc29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/vehicles/kia_niro.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* @brief ID of the Kia Niro's OBD speed CAN frame.
*
*/
#define KIA_SOUL_OBD_SPEED_CAN_ID ( 0x371 )
#define KIA_SOUL_OBD_SPEED_CAN_ID ( 0x52A )

/*
* @brief Factor to scale OBD steering angle to degrees
Expand Down
6 changes: 6 additions & 0 deletions api/include/vehicles/kia_soul_ev.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
*/
#define KIA_SOUL_OBD_THROTTLE_PRESSURE_CAN_ID ( 0x200 )

/*
* @brief ID of the Kia Niro's OBD speed CAN frame.
*
*/
#define KIA_SOUL_OBD_SPEED_CAN_ID ( 0x524 )

/*
* @brief Factor to scale OBD steering angle to degrees
*
Expand Down

0 comments on commit 2f1dc29

Please sign in to comment.