Page 1 of 1

fastled with esp-IDF or MDF environment

Posted: Mon Mar 29, 2021 12:16 pm
by sebasdt
hi,
simple question:
can the fastled library be used in the esp-IDF(MDF) environment?
as the IDF/MDF environment is in C and the fastled library is coded for C++

thanks!
sebasdt

Re: fastled with esp-IDF or MDF environment

Posted: Tue Mar 30, 2021 4:09 am
by ESP_Sprite
IDF actually is a mix of C and C++ (e.g. the NVS layer is written in C++) and there's no issue having more C++ code in there.