duty-cycle topic

List duty-cycle repositories

RP2040_PWM

71
Stars
20
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

17
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

28
Stars
6
Forks
Watchers

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

ESP32_FastPWM

19
Stars
6
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...

AVR_PWM

19
Stars
2
Forks
Watchers

This library enables you to use Hardware-based PWM channels on AVR-based boards, such as Nano, UNO, Mega, Leonardo, 32u4, etc., to create and output PWM. Using the same functions as other FastPWM libr...