PwmDAC is a library to run more the one PWM channel and channel updates at the time. Maximum PWM frequency is 48MHz. You can use for in example for rgb applications or as a multi channel dac with connected active lowpass. Written for mbed LPC1768. Not completly tested. I will upload my results as soon as possible. Although some deeper informations and LTSpice simulations

Dependents:   DiscoTech filter_implement

History

Remove update LER from for loop. Put update command after for loop and set all at once. default tip

2013-09-21, by flash_ahaa [Sat, 21 Sep 2013 08:47:27 +0000] rev 1

Remove update LER from for loop. Put update command after for loop and set all at once.


PwmDAC is a library to run more than one PWM channel and channel updates at the same time.

2013-09-15, by flash_ahaa [Sun, 15 Sep 2013 22:20:47 +0000] rev 0

PwmDAC is a library to run more than one PWM channel and channel updates at the same time.
; E.g. for RGB animations or as a PWM lowpass with active filters. Maximum PWM frequency is 48MHz. Writen for mbed LPC1768.
;
; Not tested 09/16/2013