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

Commit f82a454

Browse files
authored
Update README.md
1 parent bf800dc commit f82a454

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,20 @@ This library enables you to use Hardware Timers on an STM32H7-based Portenta_H7
7070

7171
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**
7272

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)
73+
1. [**RP2040_PWM**](https://github.com/khoih-prog/RP2040_PWM)
74+
2. [**AVR_PWM**](https://github.com/khoih-prog/AVR_PWM)
75+
3. [**megaAVR_PWM**](https://github.com/khoih-prog/megaAVR_PWM)
76+
4. [**ESP32_FastPWM**](https://github.com/khoih-prog/ESP32_FastPWM)
77+
5. [**SAMD_PWM**](https://github.com/khoih-prog/SAMD_PWM)
78+
6. [**SAMDUE_PWM**](https://github.com/khoih-prog/SAMDUE_PWM)
79+
7. [**nRF52_PWM**](https://github.com/khoih-prog/nRF52_PWM)
80+
8. [**Teensy_PWM**](https://github.com/khoih-prog/Teensy_PWM)
81+
9. [**ATtiny_PWM**](https://github.com/khoih-prog/ATtiny_PWM)
82+
10. [**Dx_PWM**](https://github.com/khoih-prog/Dx_PWM)
83+
11. [**Portenta_H7_PWM**](https://github.com/khoih-prog/Portenta_H7_PWM)
84+
12. [**MBED_RP2040_PWM**](https://github.com/khoih-prog/MBED_RP2040_PWM)
85+
13. [**nRF52_MBED_PWM**](https://github.com/khoih-prog/nRF52_MBED_PWM)
86+
14. [**STM32_PWM**](https://github.com/khoih-prog/STM32_PWM)
8587

8688

8789
---

0 commit comments

Comments
 (0)