17 ds.enter_emergency_state();
18 while (!test.check()) {
33 ds.enter_driving_state();
34 while (!test.check()) {
49 ds.enter_finish_state();
50 while (!test.check()) {
64 ds.enter_ready_state();
65 while (!test.check()) {
Class responsible for controlling digital outputs in the Master Teensy.
void blink_led(int pin)
Blinks the LED at the given pin.
Our own implementation of Metro class.
constexpr int ASSI_BLUE_PIN
constexpr int ASSI_YELLOW_PIN
void test_enterDrivingState_and_turn_off_LEDS(void)
Test the enterDrivingState function PROTOCOL:
void test_enterReadyState_and_turn_off_LEDS(void)
Test the enterReadyState function PROTOCOL:
void test_enterFinishState_and_turn_off_LEDS(void)
Test the enterFinishState function PROTOCOL:
void test_enterEmergencyState_and_turn_off_LEDS(void)
Test the enterEmergency state function PROTOCOL: