#include <gatherer_interface.h>
◆ gatherer_initialize()
◆ gatherer_processAck()
◆ gatherer_processFrameData()
◆ gatherer_processFrameDataTerminator()
◆ gatherer_processFrameMeasurementFinished()
◆ gatherer_processMinipixError()
◆ gatherer_processStatus()
◆ gatherer_processTemperature()
◆ gatherer_receiveCharCallback()
| 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
- Parameters
-
◆ gatherer_sendMessage()
| void gatherer_sendMessage |
( |
Gatherer_Handler_t * |
gatherer_handler, |
|
|
const uint8_t * |
str_out, |
|
|
const uint16_t |
len |
|
) |
| |