Skip to content

imxieyi/m5stack-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/*/*/))))