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

Commit d268635

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 7f40939 commit d268635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PWM_Generic_Debug.h

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
#pragma once

src/STM32_PWM.h

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
#pragma once

0 commit comments

Comments
 (0)