|
MCU
|
#include <Arduino.h>#include <unity.h>#include "AMS_interface_test.h"#include "dashboard_interface_test.h"#include "Watchdog_interface_test.h"#include "Coulomb_Counting_Tests.h"#include "MCU_rev15_defs.h"
Go to the source code of this file.
Functions | |
| void | tearDown (void) |
| int | runUnityTests (void) |
| void | on_can_receive () |
| void | setup () |
| void | loop () |
| void loop | ( | ) |
Definition at line 55 of file test_interfaces.cpp.
| void on_can_receive | ( | ) |
Definition at line 43 of file test_interfaces.cpp.
| int runUnityTests | ( | void | ) |
Definition at line 15 of file test_interfaces.cpp.
| void setup | ( | void | ) |
Definition at line 45 of file test_interfaces.cpp.
| void tearDown | ( | void | ) |
Definition at line 10 of file test_interfaces.cpp.