12int ti1101_transmit(
struct network_context *nctx,
const byte *data, uint16_t num_bytes);
20void ti1101_print_status();
21void ti1101_print_config();
22void ti1101_disable_irq();
23void ti1101_enable_irq();
25void ti1101_receive_loop();
28int ti1101_read_version();
33int ti1101_is_enabled();
int received_radio_set_config(struct command *com)
called when we received radio_set_config command modified the current radio config
void ti1101_forward_radio(long node)
forward all radio packets to this node mostly useful to debug and decode and sniff 3rd party protocol...
int received_radio_get_config(struct command *com)
called when we received radio_get_config command sends back an answer with the current radio config
void ti1101_on()
enable processing of radio
byte ti1101_get_last_irq_error()
if we throw an error in the irq we cannot print it directly. save it and return it here....
int ti1101_off()
diable processing of ti1101 commands
void ti1101_set_debug(byte b)
set debug mode of ti1101