feat: Initial esp32-hacking project with firmware sources and docs
This commit is contained in:
14
esp-crab/master_recv/main/app/app_ui.h
Normal file
14
esp-crab/master_recv/main/app/app_ui.h
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#pragma once
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "ui.h"
|
||||
|
||||
void csi_data_display_task(void *arg);
|
||||
void ScreenSSliderLight_function(lv_event_t * e);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user