ShiftRegister-PWM-Library icon indicating copy to clipboard operation
ShiftRegister-PWM-Library copied to clipboard

Arduino library that makes shift register pins PWM capable

Results 4 ShiftRegister-PWM-Library issues
Sort by recently updated
recently updated
newest added

I am up to use this IC for a PWM. Do I have to use exact pins? Or I can use any of the digitals from UNO?

Right now there is a memory leak present because the allocated memory is not freed in the object destructor.

bug

Just a few quick thoughts: - Multi statement macros (e.g. _ShiftRegisterPWM_toggleClockPinTwice_) should be written using _do{"statements"}while(0)_. - Consider _calloc_ in the _ShiftRegisterPWM_ to allocate and clear the memory at the...

Hi @Simsso, this library is excellent and very easy to use. Very well documented on your blog too. May I ask if it is safe to use with the ESP32...