|
Formula Student Electronics & Software
The code for the embedded software
|
#include <Arduino.h>
Go to the source code of this file.
Macros | |
| #define | GREEN_LED_1 4 |
| #define | GREEN_LED_2 5 |
| #define | GREEN_LED_3 6 |
| #define | RED_LED_1 0 |
| #define | RED_LED_2 1 |
| #define | YELLOW_LED_1 2 |
| #define | YELLOW_LED_2 3 |
| #define | BUTTON_1 7 |
| #define | BUTTON_2 8 |
| #define | BUTTON_3 9 |
| #define | BUTTON_4 10 |
| #define | BUTTON_5 11 |
| #define | BUTTON_6 12 |
| #define | POTENCIO 14 |
Functions | |
| void | setup () |
| void | reset () |
| void | loop () |