40 #include "contiki-conf.h"
void slip_arch_writeb(unsigned char c)
Write a byte over SLIP.
void cc26xx_uart_write_byte(uint8_t c)
Sends a single character down the UART.
int slip_input_byte(unsigned char c)
Input a SLIP byte.
void slip_arch_init(unsigned long ubr)
Initialise the arch-specific SLIP driver.
Header file for the CC13xx/CC26xx UART driver.
void cc26xx_uart_set_input(int(*input)(unsigned char c))
Assigns a callback to be called when the UART receives a byte.