From 3a48a0de38910517352557510882f2ff4d8436ae Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期五, 20 三月 2020 18:05:55 +0800 Subject: [PATCH] 路考 --- lib/src/main/cpp/test_common/car_sensor.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/lib/src/main/cpp/test_common/car_sensor.h b/lib/src/main/cpp/test_common/car_sensor.h index 749dc26..b3a1157 100644 --- a/lib/src/main/cpp/test_common/car_sensor.h +++ b/lib/src/main/cpp/test_common/car_sensor.h @@ -19,6 +19,9 @@ MAIN_BEAM_LAMP, SEATBELT, ENGINE_START, + BREAK, + HAND_BREAK, + SECOND_BREAK, CAR_STATUS_END ////////////// }; @@ -26,6 +29,7 @@ OFF_LIGHT = 0, EJECT_SEATBELT = 0, ENGINE_START_INACTIVE = 0, + BREAK_INACTIVE = 0, HAZARD_LIGHTS, LEFT_TURN_LIGHT, RIGHT_TURN_LIGHT, @@ -42,7 +46,8 @@ GEAR_2, GEAR_3, GEAR_4, - GEAR_5 + GEAR_5, + BREAK_ACTIVE }; void CarSensorInit(void); -- Gitblit v1.8.0