Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
Test.cpp File Reference

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.
 

Detailed Description

Implements SoloController tests.

Function Documentation

◆ beep()

void beep ( void )

< Turn on the buzzer

< Beep for 100ms

< Turn off the buzzer

◆ doubleBeep()

void doubleBeep ( void )

< Beep once

< Wait for 50ms

< Beep again

◆ sendErrorMsg()

void sendErrorMsg ( void )

◆ sendSmWarningMsg()

void sendSmWarningMsg ( void )

◆ sendWarningMsg()

void sendWarningMsg ( void )

◆ test_buttons()

void test_buttons ( void )

Variable Documentation

◆ TEST_DELAY

const uint16_t TEST_DELAY = 2000

Time delay (ms) between tests.