Files
OGX-Mini/Firmware/ESP32/main/main.h
wiredopposite b3bcbff50a v1.0.0-alpha3
2025-01-08 22:52:58 -07:00

17 lines
177 B
C

#ifndef _C_WRAPPER_H_
#define _C_WRAPPER_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
void cpp_main();
#ifdef __cplusplus
}
#endif
#endif // _C_WRAPPER_H_