mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-04 14:35:09 +01:00
* 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
22 lines
266 B
C
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) {
|
|
|
|
}
|
|
|