ShiftPWM icon indicating copy to clipboard operation
ShiftPWM copied to clipboard

Arduino Library for software PWM with shift registers

Results 10 ShiftPWM issues
Sort by recently updated
recently updated
newest added

HI , I am trying to really micronise RGB led circuits , Using the the new tiny zero , for >>>> led jewelry , Tried compiling sketch for tiny zero...

would be really great to get matrix functionality ported here or have the matrix version updated.. really lookinf for a non-blocking version of matrix

when I am changing the maxBrightness variable (and uploading the code to my arduino, of course) nothing happens, the LEDs are full brightness still.

Hi, i would like to know if its possible to get this library to work with the attiny. Someone tried before, but it doesn't work and they cannot maintain it...

No functional changes, only local optimizations in the `ShiftPWM.h` file. ## Performance changes... Saves 2 cycles per bit by replacing the existing loop enclosing a sequence of 8 calls to...

On your webpage you link to https://github.com/elcojacobs/ShiftPWM/downloads for downloads, there are none on that adress. I understand if you don't have the time to update the links but please at...

I have 3 74HC595s controlling SIX(yes six, because I don't like to use the one pin on the other side of the chip)common cathode RGB LEDs with frequency set to...

Hi, I was wondering if this is possible to have the schematic file of this image http://www.elcojacobs.com/wp-content/uploads/2012/08/shiftpwm_74hc595_RGB.png. I want to make a board that include the shifts registrer. Thanks

Hello, I have spent some time making this work with teensy 3.0, but my efforts were mostly specific to my application, so I pretty much implemented only what I needed....