M5Stack Core2 support (#48)

This commit is contained in:
Ken Van Hoeylandt
2024-02-22 18:26:11 +01:00
committed by GitHub
parent 473fb673bd
commit d58f131033
23 changed files with 566 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
bool core2_bootstrap();
#ifdef __cplusplus
}
#endif