SC-F001 way better logging and parameters. not integrated yet but.

This commit is contained in:
Thaddeus Hughes
2025-12-13 10:57:09 -06:00
commit ac030005c3
505 changed files with 174645 additions and 0 deletions

14
main/uart_comms.h Normal file
View File

@@ -0,0 +1,14 @@
/*
* uart_comms.h
*
* Created on: Dec 13, 2025
* Author: Thad
*/
#ifndef MAIN_UART_COMMS_H_
#define MAIN_UART_COMMS_H_
void uart_start();
void uart_stop();
#endif /* MAIN_UART_COMMS_H_ */