RobotDynOfficial / RBDDimmer

The following library is used for work with dimmer, it gives ability to control large ammoun of dimmer. This lib uses with Leonardo, Mega, UNO, ESP8266, ESP32, Arduino M0, Arduino Zero, Arduino Due, STM32.
228 stars 104 forks source link

Compiling error #19

Closed HFsi closed 4 years ago

HFsi commented 4 years ago

I´m getting a bunch of errors while compiling, like....

sketch\SerialMonitorDim.ino.cpp.o:(.text.setup+0x14): undefined reference to `dimmerLamp::begin(DIMMER_MODE_typedef, ON_OFF_typedef)'

and a lot more of undefined references

HFsi commented 4 years ago

I was compiling for Arduino, not ESP8266

benoit-cty commented 1 year ago

In my case it was because I put only the content of src folder in the librairies folder.