Formula Student Electronics & Software
The code for the embedded software
|
#include "metro.h"
#include "embedded/digitalSender.hpp"
#include "unity.h"
#include "embedded/digitalSettings.hpp"
Go to the source code of this file.
Functions | |
void | setUp (void) |
void | test_enterEmergencyState_and_turn_off_LEDS (void) |
Test the enterEmergency state function PROTOCOL: | |
void | test_enterDrivingState_and_turn_off_LEDS (void) |
Test the enterDrivingState function PROTOCOL: | |
void | test_enterFinishState_and_turn_off_LEDS (void) |
Test the enterFinishState function PROTOCOL: | |
void | test_enterReadyState_and_turn_off_LEDS (void) |
Test the enterReadyState function PROTOCOL: | |
int | main () |
int main | ( | void | ) |
void setUp | ( | void | ) |
Definition at line 8 of file test_assi_car.cpp.
void test_enterDrivingState_and_turn_off_LEDS | ( | void | ) |
Test the enterDrivingState function PROTOCOL:
Definition at line 35 of file test_assi_car.cpp.
void test_enterEmergencyState_and_turn_off_LEDS | ( | void | ) |
Test the enterEmergency state function PROTOCOL:
Definition at line 19 of file test_assi_car.cpp.
void test_enterFinishState_and_turn_off_LEDS | ( | void | ) |
Test the enterFinishState function PROTOCOL:
Definition at line 51 of file test_assi_car.cpp.
void test_enterReadyState_and_turn_off_LEDS | ( | void | ) |
Test the enterReadyState function PROTOCOL:
Definition at line 66 of file test_assi_car.cpp.