chore: import local project into Gitea
This commit is contained in:
12
components/bsp/bsp.h
Normal file
12
components/bsp/bsp.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void bsp_display_start(void);
|
||||
void bsp_touch_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user