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

Commit 7f40939

Browse files
authored
v1.0.0 for STM32F/L/H/G/WB/MP1 PWM
### Initial Releases v1.0.0 1. Initial coding to support **STM32F/L/H/G/WB/MP1 boards** such as NUCLEO_H743ZI2, NUCLEO_L552ZE_Q, NUCLEO_F767ZI, BLUEPILL_F103CB, etc., using [`Arduino Core for STM32`](https://github.com/stm32duino/Arduino_Core_STM32) 2. The hardware-based PWM channels can generate very high PWM frequencies up with high accuracy.
1 parent f8d6eec commit 7f40939

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/PWM_Multi/PWM_Multi.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
Version Modified By Date Comments
1414
------- ----------- ---------- -----------
15-
1.0.0 K.Hoang 21/09/2021 Initial coding for STM32F/L/H/G/WB/MP1 boards
15+
1.0.0 K.Hoang 30/09/2021 Initial coding for STM32F/L/H/G/WB/MP1 boards
1616
*****************************************************************************************************************************/
1717

1818
#if !( defined(STM32F0) || defined(STM32F1) || defined(STM32F2) || defined(STM32F3) ||defined(STM32F4) || defined(STM32F7) || \

examples/PWM_Multi_Args/PWM_Multi_Args.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
Version Modified By Date Comments
1414
------- ----------- ---------- -----------
15-
1.0.0 K.Hoang 21/09/2021 Initial coding for STM32F/L/H/G/WB/MP1 boards
15+
1.0.0 K.Hoang 30/09/2021 Initial coding for STM32F/L/H/G/WB/MP1 boards
1616
*****************************************************************************************************************************/
1717

1818
#if !( defined(STM32F0) || defined(STM32F1) || defined(STM32F2) || defined(STM32F3) ||defined(STM32F4) || defined(STM32F7) || \

examples/PWMs_Array_Complex/PWMs_Array_Complex.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
Version Modified By Date Comments
1414
------- ----------- ---------- -----------
15-
1.0.0 K.Hoang 21/09/2021 Initial coding for STM32F/L/H/G/WB/MP1 boards
15+
1.0.0 K.Hoang 30/09/2021 Initial coding for STM32F/L/H/G/WB/MP1 boards
1616
*****************************************************************************************************************************/
1717

1818
#if !( defined(STM32F0) || defined(STM32F1) || defined(STM32F2) || defined(STM32F3) ||defined(STM32F4) || defined(STM32F7) || \

0 commit comments

Comments
 (0)