imxieyi / m5stack-playground

Play with M5Stack in RTOS

Repository from Github https://github.comimxieyi/m5stack-playgroundRepository from Github https://github.comimxieyi/m5stack-playground

Play with M5Stack in esp-idf

Introduction

This is a demo of using M5Stack library with esp-idf. It doesn't need Arduino IDE.

Installation

Please refer to arduino-esp32 for instructions.

In order to compile, please add the following line to components/arduino/component.mk:

ARDUINO_CORE_LIBS += $(patsubst $(COMPONENT_PATH)/%,%,$(sort $(dir $(wildcard $(COMPONENT_PATH)/libraries/*/*/))))

About

Play with M5Stack in RTOS


Languages

Language:Makefile 52.7%Language:C++ 47.3%