M5stack CoreS3 support (#71)
This commit is contained in:
committed by
GitHub
parent
68aa34ad14
commit
67b9fc710a
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "power.h"
|
||||
#include "sdcard.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern bool m5stack_lvgl_init();
|
||||
extern bool m5stack_bootstrap();
|
||||
|
||||
extern Power m5stack_power;
|
||||
extern const SdCard m5stack_sdcard;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user