Files
SC-F001/main/uart_comms.h
2025-12-16 12:10:10 -06:00

17 lines
233 B
C

/*
* uart_comms.h
*
* Created on: Dec 13, 2025
* Author: Thad
*/
#ifndef MAIN_UART_COMMS_H_
#define MAIN_UART_COMMS_H_
#include "esp_err.h"
esp_err_t uart_init();
esp_err_t uart_stop();
#endif /* MAIN_UART_COMMS_H_ */