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.
227 stars 104 forks source link

F4 support is real ? #48

Open MarcinKlima opened 2 years ago

MarcinKlima commented 2 years ago

.pio/libdeps/blackpill_f401cc/RBDdimmer/src/RBDdimmer.h:21:3: error: #error "This library only supports boards with an AVR, ESP32, ESP8266, SAMD, SAM, STM32F1/F4 processor."

error "This library only supports boards with an AVR, ESP32, ESP8266, SAMD, SAM, STM32F1/F4 processor."

And what to do ? It Is F4?

muhammadnurimansyah commented 2 years ago

@RobotDyn Do you really intended to let STM32 users use this library? I've seen the directory there is no stm32F4... how about this?

MarcinKlima commented 2 years ago

Mistake, want to use https://github.com/RobotDynOfficial/RBDDimmer for F4. I have such a wish that it also works on STM32 /F4 BlackPill <-> stm32duino.

muhammadnurimansyah commented 2 years ago

ah I see, because the api for hardware timer changes a lot in the new Board Files in stm32duino repo... may be this library need a little translation into the new API code