Files
OpenBK7231T_App/src/driver/drv_hd2015.c
2024-05-07 15:20:54 +02:00

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);
}