yy1717
2020-03-23 682b17ff66dff23e03c6a57de276ea0c3e670c0e
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);