How to add examples folder in project?
Posted: Sat Dec 03, 2016 8:27 pm
I'm trying to add an examples folder to my ESP32 WS2812B library, but am having trouble getting it building. I am horrible at understanding build systems, they're like magic to me. I've read the docs but haven't had any luck.
My folder structure is exactly like the folder structure in the examples folder in the esp-idf folder:
esp32_led/ (project)
--examples/
----00_blinky/
------Makefile
------main/
--------main.c
--------component.mk
What do I need to add to have an examples folder? Is it something like the build_examples.sh bash script?
Thank you,
Lucas
My folder structure is exactly like the folder structure in the examples folder in the esp-idf folder:
esp32_led/ (project)
--examples/
----00_blinky/
------Makefile
------main/
--------main.c
--------component.mk
What do I need to add to have an examples folder? Is it something like the build_examples.sh bash script?
Thank you,
Lucas