#include <ax12.h>
Data Fields | |
int8_t(* | hardware_send )(uint8_t) |
int16_t(* | hardware_recv )(void) |
void(* | hardware_switch )(uint8_t) |
Definition at line 92 of file ax12.h.
int8_t(* AX12::hardware_send)(uint8_t) |
Referenced by AX12_init(), AX12_send(), and AX12_set_hardware_send().
int16_t(* AX12::hardware_recv)(void) |
Referenced by AX12_init(), AX12_recv(), and AX12_set_hardware_recv().
void(* AX12::hardware_switch)(uint8_t) |
Referenced by AX12_init(), AX12_recv(), AX12_send(), and AX12_set_hardware_switch().