minipix_uart_interface
A library and examples for the MiniPIX UART interface
|
#include <gatherer_interface.h>
void gatherer_initialize | ( | Gatherer_Handler_t * | gatherer_handler | ) |
void gatherer_processAck | ( | Gatherer_Handler_t * | gatherer_handler, |
const LLCP_Ack_t * | data | ||
) |
void gatherer_processFrameData | ( | Gatherer_Handler_t * | gatherer_handler, |
const LLCP_FrameData_t * | data | ||
) |
void gatherer_processFrameDataTerminator | ( | Gatherer_Handler_t * | gatherer_handler, |
const LLCP_FrameDataTerminator_t * | data | ||
) |
void gatherer_processFrameMeasurementFinished | ( | Gatherer_Handler_t * | gatherer_handler | ) |
void gatherer_processMinipixError | ( | Gatherer_Handler_t * | gatherer_handler, |
const LLCP_MinipixError_t * | data | ||
) |
void gatherer_processStatus | ( | Gatherer_Handler_t * | gatherer_handler, |
const LLCP_Status_t * | data | ||
) |
void gatherer_processTemperature | ( | Gatherer_Handler_t * | gatherer_handler, |
const LLCP_Temperature_t * | data | ||
) |
void gatherer_receiveCharCallback | ( | Gatherer_Handler_t * | gatherer_handler, |
const uint8_t | byte_in | ||
) |
callback called by a user with new bytes coming from the UART connected to PC
gatherer_handler | |
byte_in |
void gatherer_sendMessage | ( | Gatherer_Handler_t * | gatherer_handler, |
const uint8_t * | str_out, | ||
const uint16_t | len | ||
) |