duty-cycle topic

List duty-cycle repositories

RP2040_PWM

57
Stars
16
Forks
Watchers

This library enables you to use Hardware-based PWM channels on RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, with either Arduino-mbed (mbed_nano or mbed_rp2040) or arduino-pico...

ESP8266_PWM

16
Stars
2
Forks
Watchers

This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins. It now supports 16 ISR-based synchronized PWM channels, while consuming only...

dma_pwm

26
Stars
6
Forks
Watchers

Pulse width modulation (PWM) via direct memory transfer (DMA) on the Raspberry PI

ESP32_FastPWM

16
Stars
5
Forks
Watchers

This library, a wrapper around ESP32 ledc library, enables you to use Hardware-based PWM channels on ESP32, ESP32_S2, ESP32_S3 or ESP32_C3-based boards to create and output PWM to pins. Using similar...