IRPyro messaging application
Communications program between IRPyro and IRPyro evaluation tool
|
Functions | |
static void | callback_setup () |
assigns read and status functions interrupts More... | |
static void | demo_board_sensor_control (int state) |
Changes the state of all the CS lines as used on the IRPyro backplane board. More... | |
static void | eevt (MainState_type state) |
IRPyro evaluation tool state machine. More... | |
static void | fn_apply_parameters (void) |
changes parameters from one or more sensors More... | |
static void | fn_command_decode (void) |
static void | fn_contact_gui (void) |
changes parameters from one or more sensors More... | |
static void | fn_eevt_initialize (void) |
Initializes board and populates sensors. More... | |
static void | fn_emitter_control (void) |
configures and control the emitter More... | |
static void | fn_sampling_data_get (void) |
Sends collected data from configured sensors. More... | |
static void | IRPyro_sensor_population (IRPyro_devices this_list, uint8_t *list_size) |
Detect IRPyro sensors present in the demo board. More... | |
int | main (void) |
point of entry for the evaluation tool software More... | |
static void | sensor_configuration (IRPyro_devices this_list) |
sensor array population More... | |
static void | sensor_power_stabilize () |
power cycles the sensors on the board to assure stability More... | |
Variables | |
uint8_t | cmd_decoded = 0 |
decodes a command from the USART. More... | |
uint8_t | sensor_destination = 0 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int main | ( | void | ) |
|
static |
|
static |