B001-V3 works with it now

This commit is contained in:
Thaddeus Hughes
2025-12-16 12:10:10 -06:00
parent ac030005c3
commit 062221dfd3
70 changed files with 3872 additions and 3786 deletions

View File

@@ -8,7 +8,9 @@
#ifndef MAIN_UART_COMMS_H_
#define MAIN_UART_COMMS_H_
void uart_start();
void uart_stop();
#include "esp_err.h"
esp_err_t uart_init();
esp_err_t uart_stop();
#endif /* MAIN_UART_COMMS_H_ */