Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 927 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 927 Bytes

m5stickc-idf-example

Example project for the M5StickC-IDF component. Works without including the Arduino framework.

See the ESP-IDF component and features here: M5StickC-IDF


Usage

This repository includes the M5StickC-IDF component as a submodule.

You can clone it using:

git clone --recurse-submodules https://github.com/pablobacho/m5stickc-idf-example

Or, if you already cloned it:

git submodule init
git submodule update

Your WiFi SSID and password can be set using menuconfig.

Contributing

If you find it useful and add a feature, fix a bug, improve documentation or anything else, your pull requests are more than welcome. Please make sure your code follows the ESP-IDF style.

This is a work in progress. It will be updated with new features as they are needed, and we could definitely use your help!

Licensed under the MIT License.