Tiny protocol
0.9.3
Tiny communication protocol for microcontrollers
|
#include <tiny_light.h>
Public Attributes | |
STinyStats | stat |
write_block_cb_t | write_func |
pointer to platform related write function | |
read_block_cb_t | read_func |
pointer to platform related read function | |
void * | user_data |
user-specific data | |
hdlc_crc_t | crc_type |
CRC type to use. | |
This structure contains information about communication channel and its state.
STinyStats STinyLightData::stat |