17 lines
320 B
C
17 lines
320 B
C
/*
|
|
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
/*!
|
|
@file M5Utility.h
|
|
*/
|
|
#ifndef M5_UTILITY_H
|
|
#define M5_UTILITY_H
|
|
|
|
#ifdef __cplusplus
|
|
#include "M5Utility.hpp"
|
|
#else
|
|
#error M5Utility requires a C++ compiler, please change file extension to .cc or .cpp
|
|
#endif
|
|
#endif
|