mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-19 13:48:51 +01:00
19 lines
451 B
C
19 lines
451 B
C
// NOTE: qqq
|
|
#include "../new_common.h"
|
|
#include "../new_pins.h"
|
|
#include "../new_cfg.h"
|
|
// Commands register, execution API and cmd tokenizer
|
|
#include "../cmnds/cmd_public.h"
|
|
#include "../mqtt/new_mqtt.h"
|
|
#include "../logging/logging.h"
|
|
#include "drv_local.h"
|
|
#include "drv_uart.h"
|
|
#include "../httpserver/new_http.h"
|
|
#include "../hal/hal_pins.h"
|
|
#include "drv_tm_gn_display_shared.h"
|
|
|
|
|
|
void HD2015_Init() {
|
|
TM_GN_Display_SharedInit(TMGN_HD2015);
|
|
}
|