Macros | |
#define | _DEMO_OUTPUT_H |
#define | DE_LEN 11 |
#define | MIWI_TEXT_LEN 21 |
Functions | |
uint8_t | ButtonPressed (void) |
void | Buttons_init (void) |
void | demo_output_freezer_options (void) |
void | DemoOutput_Channel (uint8_t channel, uint8_t step) |
void | DemoOutput_ChannelError (uint8_t channel) |
void | DemoOutput_Greeting (void) |
void | DemoOutput_HandleMessage (void) |
void | DemoOutput_Instruction (void) |
void | DemoOutput_UnicastFail (void) |
void | DemoOutput_UpdateTxRx (uint8_t TxNum, uint8_t RxNum) |
void | Joystick_Init (void) |
uint8_t | JoystickPressed (void) |
void | Source_END_DEVICE_INFO (uint8_t *) |
void | STAR_DEMO_OPTIONS_MESSAGE (bool) |
Variables | |
const uint8_t | DE [6][DE_LEN] |
const uint8_t | MiWi [6][MIWI_TEXT_LEN] |
#define _DEMO_OUTPUT_H |
#define DE_LEN 11 |
Referenced by run_p2p_demo().
#define MIWI_TEXT_LEN 21 |
Referenced by run_p2p_demo(), and run_star_demo().
uint8_t ButtonPressed | ( | void | ) |
void Buttons_init | ( | void | ) |
Referenced by main().
void demo_output_freezer_options | ( | void | ) |
void DemoOutput_Channel | ( | uint8_t | channel, |
uint8_t | step | ||
) |
void DemoOutput_ChannelError | ( | uint8_t | channel | ) |
void DemoOutput_Greeting | ( | void | ) |
void DemoOutput_HandleMessage | ( | void | ) |
void DemoOutput_Instruction | ( | void | ) |
void DemoOutput_UnicastFail | ( | void | ) |
void DemoOutput_UpdateTxRx | ( | uint8_t | TxNum, |
uint8_t | RxNum | ||
) |
void Joystick_Init | ( | void | ) |
Referenced by main().
uint8_t JoystickPressed | ( | void | ) |
Referenced by run_p2p_demo(), and run_star_demo().
void Source_END_DEVICE_INFO | ( | uint8_t * | ) |
void STAR_DEMO_OPTIONS_MESSAGE | ( | bool | ) |
References LCDDisplay().
Referenced by Connection_Confirm(), dataConfcb(), Initialize_Demo(), ReceivedDataIndication(), and run_star_demo().
const uint8_t DE[6][DE_LEN] |
const uint8_t MiWi[6][MIWI_TEXT_LEN] |