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

Commit a334129

Browse files
authored
Update README.md
1 parent 83a89e1 commit a334129

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
@@ -57,18 +57,20 @@ This library enables you to use Hardware-based PWM to create and output PWM to p
5757

5858
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**
5959

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

7375

7476
---

0 commit comments

Comments
 (0)