Comms#
Comms.c includes all communication functions
-
void process_USB_rx(uint8_t *Buf, uint32_t buffer_length)#
Called when a new line of USB data is received.
Buffer will fill until a newline character (ā\nā) is sent through the virtual comm port
- Parameters:
Buf ā Buffer containing bytes
Len ā Length of buffer