|
6 | 6 | [](#Contributing)
|
7 | 7 | [](http://github.com/khoih-prog/STM32_PWM/issues)
|
8 | 8 |
|
| 9 | +<a href="https://www.buymeacoffee.com/khoihprog6" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a> |
| 10 | + |
| 11 | + |
9 | 12 | ---
|
10 | 13 | ---
|
11 | 14 |
|
@@ -107,8 +110,8 @@ Functions using normal software-based PWM, relying on loop() and calling millis(
|
107 | 110 |
|
108 | 111 | ## Prerequisites
|
109 | 112 |
|
110 |
| - 1. [`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software) |
111 |
| - 2. [`Arduino Core for STM32 v2.1.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards. [](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest) |
| 113 | + 1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest) |
| 114 | + 2. [`Arduino Core for STM32 v2.2.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards. [](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest) |
112 | 115 |
|
113 | 116 | 3. To use with certain example
|
114 | 117 | - [`SimpleTimer library`](https://github.com/jfturcot/SimpleTimer) for [ISR_16_Timers_Array example](examples/ISR_16_Timers_Array).
|
@@ -929,7 +932,6 @@ SimpleTimer (ms): 2000, us : 52974007, Dus : 10001000
|
929 | 932 | PWM Channel : 0, programmed Period (us): 50000, actual : 49999, programmed DutyCycle : 20, actual : 20.00
|
930 | 933 | PWM Channel : 1, programmed Period (us): 20000, actual : 20000, programmed DutyCycle : 30, actual : 30.00
|
931 | 934 | PWM Channel : 2, programmed Period (us): 2000, actual : 2000, programmed DutyCycle : 50, actual : 50.00
|
932 |
| -``` |
933 | 935 |
|
934 | 936 | ---
|
935 | 937 | ---
|
|
0 commit comments