Implements SoloController tests. More...
#include "Test.h"#include "include/Common.h"#include "ErrMsg.h"#include <SPI.h>#include <Wire.h>#include "fonts/Monofonto-Regular-180.h"#include "Tasks.h"#include <TaskManagerIO.h>#include "TextBox.h"Functions | |
| void | sendSmWarningMsg (void) |
| void | sendWarningMsg (void) |
| void | sendErrorMsg (void) |
| void | beep (void) |
| void | doubleBeep (void) |
| void | test_buttons (void) |
Variables | |
| const uint16_t | TEST_DELAY = 2000 |
| Time delay (ms) between tests. | |
Implements SoloController tests.
| void beep | ( | void | ) |
< Turn on the buzzer
< Beep for 100ms
< Turn off the buzzer
| void doubleBeep | ( | void | ) |
< Beep once
< Wait for 50ms
< Beep again
| void sendErrorMsg | ( | void | ) |
| void sendSmWarningMsg | ( | void | ) |
| void sendWarningMsg | ( | void | ) |
| void test_buttons | ( | void | ) |
| const uint16_t TEST_DELAY = 2000 |
Time delay (ms) between tests.