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

Commit 79e27b2

Browse files
authored
Update README.md
1 parent 6ae987b commit 79e27b2

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,20 @@ This **wrapper library** enables you to use Hardware-based PWM on STM32F/L/H/G/W
6060

6161
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**
6262

63-
- [**RP2040_PWM**](https://github.com/khoih-prog/RP2040_PWM)
64-
- [**AVR_PWM**](https://github.com/khoih-prog/AVR_PWM)
65-
- [**megaAVR_PWM**](https://github.com/khoih-prog/megaAVR_PWM)
66-
- [**ESP32_FastPWM**](https://github.com/khoih-prog/ESP32_FastPWM)
67-
- [**SAMD_PWM**](https://github.com/khoih-prog/SAMD_PWM)
68-
- [**SAMDUE_PWM**](https://github.com/khoih-prog/SAMDUE_PWM)
69-
- [**nRF52_PWM**](https://github.com/khoih-prog/nRF52_PWM)
70-
- [**Teensy_PWM**](https://github.com/khoih-prog/Teensy_PWM)
71-
- [**ATtiny_PWM**](https://github.com/khoih-prog/ATtiny_PWM)
72-
- [**Portenta_H7_PWM**](https://github.com/khoih-prog/Portenta_H7_PWM)
73-
- [**MBED_RP2040_PWM**](https://github.com/khoih-prog/MBED_RP2040_PWM)
74-
- [**nRF52_MBED_PWM**](https://github.com/khoih-prog/nRF52_MBED_PWM)
75-
- [**STM32_PWM**](https://github.com/khoih-prog/STM32_PWM)
63+
1. [**RP2040_PWM**](https://github.com/khoih-prog/RP2040_PWM)
64+
2. [**AVR_PWM**](https://github.com/khoih-prog/AVR_PWM)
65+
3. [**megaAVR_PWM**](https://github.com/khoih-prog/megaAVR_PWM)
66+
4. [**ESP32_FastPWM**](https://github.com/khoih-prog/ESP32_FastPWM)
67+
5. [**SAMD_PWM**](https://github.com/khoih-prog/SAMD_PWM)
68+
6. [**SAMDUE_PWM**](https://github.com/khoih-prog/SAMDUE_PWM)
69+
7. [**nRF52_PWM**](https://github.com/khoih-prog/nRF52_PWM)
70+
8. [**Teensy_PWM**](https://github.com/khoih-prog/Teensy_PWM)
71+
9. [**ATtiny_PWM**](https://github.com/khoih-prog/ATtiny_PWM)
72+
10. [**Dx_PWM**](https://github.com/khoih-prog/Dx_PWM)
73+
11. [**Portenta_H7_PWM**](https://github.com/khoih-prog/Portenta_H7_PWM)
74+
12. [**MBED_RP2040_PWM**](https://github.com/khoih-prog/MBED_RP2040_PWM)
75+
13. [**nRF52_MBED_PWM**](https://github.com/khoih-prog/nRF52_MBED_PWM)
76+
14. [**STM32_PWM**](https://github.com/khoih-prog/STM32_PWM)
7677

7778
---
7879

0 commit comments

Comments
 (0)