From 682b17ff66dff23e03c6a57de276ea0c3e670c0e Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期一, 23 三月 2020 18:44:47 +0800 Subject: [PATCH] 起步和直线 --- lib/src/main/cpp/test_common/car_sensor.h | 5 ++++- 1 files changed, 4 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 b3a1157..b6e65af 100644 --- a/lib/src/main/cpp/test_common/car_sensor.h +++ b/lib/src/main/cpp/test_common/car_sensor.h @@ -22,6 +22,7 @@ BREAK, HAND_BREAK, SECOND_BREAK, + DOOR, CAR_STATUS_END ////////////// }; @@ -30,6 +31,7 @@ EJECT_SEATBELT = 0, ENGINE_START_INACTIVE = 0, BREAK_INACTIVE = 0, + DOOR_OPEN = 0, HAZARD_LIGHTS, LEFT_TURN_LIGHT, RIGHT_TURN_LIGHT, @@ -47,7 +49,8 @@ GEAR_3, GEAR_4, GEAR_5, - BREAK_ACTIVE + BREAK_ACTIVE, + DOOR_CLOSE }; void CarSensorInit(void); -- Gitblit v1.8.0