Macros | |
Configuration parameters | |
Gives user the ability to configure the SoloController application to run in test mode. | |
| #define | OPERATIONAL 1 |
| Setting this to 0 places the application into test mode. | |
| #define | SIMULATE_SENSORS 0 |
| Set to 1 to turn on sensor simulation. Set to 0 to turn off. | |
| #define | TEST_DMA 0 |
| Set to 1 to turn on DMA tests. | |
| #define | TEST_CANVAS 0 |
| Set to 1 to turn on Canvas tests. | |
| #define | TEST_TFT_TOUCH 1 |
| Set to 1 to turn on Menu tests. | |
| #define | TEST_FONTS 0 |
| Set to 1 to turn on Font tests. | |
| #define | TEST_ERRMSG 0 |
| Set to 1 to turn on Error Message tests. | |
| #define | TEST_TEXTBOX 0 |
| Set to 1 to turn on TextBox tests. | |
Functions | |
Arduino function | |
| void | setup (void) |
| Arduino setup function. | |
| void | loop (void) |
| Primary loop for the Arduino application. | |
| #define OPERATIONAL 1 |
Setting this to 0 places the application into test mode.
| #define SIMULATE_SENSORS 0 |
Set to 1 to turn on sensor simulation. Set to 0 to turn off.
| #define TEST_CANVAS 0 |
Set to 1 to turn on Canvas tests.
| #define TEST_DMA 0 |
Set to 1 to turn on DMA tests.
| #define TEST_ERRMSG 0 |
Set to 1 to turn on Error Message tests.
| #define TEST_FONTS 0 |
Set to 1 to turn on Font tests.
| #define TEST_TEXTBOX 0 |
Set to 1 to turn on TextBox tests.
| #define TEST_TFT_TOUCH 1 |
Set to 1 to turn on Menu tests.
| void loop | ( | void | ) |
Primary loop for the Arduino application.
| void setup | ( | void | ) |
Arduino setup function.