1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-11-23 03:22:23 +03:00

Add SAMDUE_Slow_PWM Library (#548)

### Initial Releases v1.0.0

1. Initial coding to support **SAM_DUE**, etc. using [`Arduino SAM core`](https://github.com/arduino/ArduinoCore-sam)

2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy.
This commit is contained in:
Khoi Hoang
2021-09-28 23:22:28 -04:00
committed by GitHub
parent 983350f95d
commit a1cdf4268f

View File

@@ -4271,3 +4271,4 @@ https://github.com/Wh1teRabbitHU/ADS1115-Driver
https://github.com/khoih-prog/AVR_Slow_PWM https://github.com/khoih-prog/AVR_Slow_PWM
https://github.com/khoih-prog/megaAVR_Slow_PWM https://github.com/khoih-prog/megaAVR_Slow_PWM
https://github.com/khoih-prog/Teensy_Slow_PWM https://github.com/khoih-prog/Teensy_Slow_PWM
https://github.com/khoih-prog/SAMDUE_Slow_PWM