Common User Interface for PHDC application.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
void | ui_association (bool state) |
Calls to display the new association state. More... | |
void | ui_init (void) |
void | ui_powerdown (void) |
void | ui_process (uint16_t framenumber) |
This process is called each 1ms It is called only if the USB interface is enabled. More... | |
void | ui_wakeup (void) |
void ui_association | ( | bool | state | ) |
void ui_powerdown | ( | void | ) |
void ui_process | ( | uint16_t | framenumber | ) |
This process is called each 1ms It is called only if the USB interface is enabled.
framenumber | Current frame number |
References gpio_get_pin_value(), GPIO_PUSH_BUTTON_0, GPIO_PUSH_BUTTON_1, ieee11073_skeleton_send_measure_1(), ieee11073_skeleton_send_measure_2(), LED1, LED_Off(), and LED_On().
Referenced by main_sof_action().
void ui_wakeup | ( | void | ) |
References LED0, and LED_On().
Referenced by main_resume_action().