Files
OpenBK7231T_App/src/driver/drv_test_uart.c
openshwprojects d6f7678dc6 TCL AC driver progress + LowMidHigh etc channels HA discovery
* Buzzer

* Update obk_config.h

* Display

* uart test stub

* unfinished TCL_DoDiscovery

* ha

* Update drv_tclAC.c

* ha mode send

* unfinished not working

* Update drv_tclAC.c

* Update hass.h

* better discovery

* Update obk_config.h
2025-05-30 16:10:36 +02:00

22 lines
266 B
C

#include "drv_test_drivers.h"
#include "../obk_config.h"
#include <math.h>
#include "../cmnds/cmd_public.h"
void Test_UART_Init(void) {
}
void Test_UART_RunEverySecond(void) {
}
void Test_UART_AppendInformationToHTTPIndexPage(http_request_t *request) {
}