mirror of
https://github.com/m5stack/M5Stack.git
synced 2026-05-20 10:06:46 -07:00
cca91ecbdc2ade585f82ec16485bd5d7927ffe45
M5Stack Library
Arduino Library for M5Stack Electronic Modules
How to use:
-
Download the source from the git https://github.com/m5stack/M5Stack
-
copy the M5Stack folder to your arduino default library. Your Arduino library folder should now look like this
(on Windows): [arduino installation directory] Arduino\libraries
(on MACOS): [arduino Package Contents] ~/Documents/Arduino/libraries/ -
Open the Arduino Application. (If it's already open, you will need to restart it to see changes.)
-
Click "File-> Examples". Here are some test programs in "M5Stack->"
-
Depending on the type of board you're using, you need to modify the header file to match. For example, if you're using a M5Stack. You just
#include <M5Stack.h>
Description
Languages
C
78.2%
C++
20.7%
Shell
1%