Page 1 of 1

How to add folder in project with some separate code

Posted: Fri Apr 09, 2021 5:31 am
by markevens
I am using ESP-IDF V 4.2 and in c++
what i want is in project folder i have folder with name main. and i want add extra one folder with name like ws2812 which is like library for RGB led. how can i do it. Because I am getting undefined reference error.

any sample project is best for me.

Re: How to add folder in project with some separate code

Posted: Fri Apr 09, 2021 10:07 pm
by cbaurtx
Hi Mark

I know you from my time in Dallas.
An example project is attached.

Re: How to add folder in project with some separate code

Posted: Sat Apr 10, 2021 3:57 pm
by cbaurtx
That was the wrong example (ULP and not a custom component)
So here you go....

Re: How to add folder in project with some separate code

Posted: Sat May 08, 2021 4:49 am
by markevens
@cbaurtx Thnak you

It's working