M5Unified
M5Unified.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef __cplusplus
4 
5 #include "M5Unified.hpp"
6 
7 #else
8 
9 #error M5Unified requires a C++ compiler, please change file extension to .cc or .cpp
10 
11 #endif