Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit d275f29

Browse files
authored
Update README.md
1 parent 1663eb0 commit d275f29

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,22 @@ Please have a look at [HOWTO Fix `Multiple Definitions` Linker Error](#howto-fix
6868

6969
This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7 board to create and output PWM to pins.
7070

71+
This library is using the **same or similar functions** as other FastPWM libraries, as follows, to enable you to **port your PWM code easily between platforms**
72+
73+
- [**RP2040_PWM**](https://github.com/khoih-prog/RP2040_PWM)
74+
- [**AVR_PWM**](https://github.com/khoih-prog/AVR_PWM)
75+
- [**megaAVR_PWM**](https://github.com/khoih-prog/megaAVR_PWM)
76+
- [**ESP32_FastPWM**](https://github.com/khoih-prog/ESP32_FastPWM)
77+
- [**SAMD_PWM**](https://github.com/khoih-prog/SAMD_PWM)
78+
- [**SAMDUE_PWM**](https://github.com/khoih-prog/SAMDUE_PWM)
79+
- [**nRF52_PWM**](https://github.com/khoih-prog/nRF52_PWM)
80+
- [**ATtiny_PWM**](https://github.com/khoih-prog/ATtiny_PWM)
81+
- [**Teensy_PWM**](https://github.com/khoih-prog/Teensy_PWM)
82+
- [**MBED_RP2040_PWM**](https://github.com/khoih-prog/MBED_RP2040_PWM)
83+
- [**nRF52_MBED_PWM**](https://github.com/khoih-prog/nRF52_MBED_PWM)
84+
- [**STM32_PWM**](https://github.com/khoih-prog/STM32_PWM)
85+
86+
7187
---
7288

7389
The most important feature is they're purely hardware-based PWM channels. Therefore, their executions are **not blocked by bad-behaving functions / tasks**. This important feature is absolutely necessary for mission-critical tasks.

0 commit comments

Comments
 (0)