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

Commit d591c0a

Browse files
authored
v1.0.1 to add PWM_StepperControl example
### Releases v1.0.1 1. Add example [PWM_StepperControl](https://github.com/khoih-prog/STM32_PWM/tree/main/examples/PWM_StepperControl) to demo how to control Stepper Motor using PWM
1 parent c9117a8 commit d591c0a

File tree

7 files changed

+29
-478
lines changed

7 files changed

+29
-478
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1414

1515
Please ensure to specify the following:
1616

17-
* Arduino IDE version (e.g. 1.8.16) or Platform.io version
18-
* `STM32` Core Version (e.g. STM32 core v2.3.0)
17+
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
18+
* `STM32` Core Version (e.g. STM32 core v2.4.0)
1919
* Board type and relevant info
2020
* Contextual information (e.g. what you were trying to achieve)
2121
* Simplest possible steps to reproduce
@@ -24,14 +24,19 @@ Please ensure to specify the following:
2424
* Network configuration
2525

2626

27+
Please be educated, civilized and constructive as you've always been. Disrespective posts against [GitHub Code of Conduct](https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct) will be ignored and deleted.
28+
29+
---
30+
2731
### Example
2832

33+
2934
```
30-
Arduino IDE version: 1.8.16
31-
STM32 Core Version 2.3.0
35+
Arduino IDE version: 1.8.19
36+
STM32 Core Version 2.4.0
3237
Nucleo-144 STM32H7 NUCLEO_H743ZI2
3338
OS: Ubuntu 20.04 LTS
34-
Linux xy-Inspiron-3593 5.15.0-53-generic #59~20.04.1-Ubuntu SMP Thu Oct 20 15:10:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
39+
Linux xy-Inspiron-3593 5.15.0-58-generic #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
3540
3641
Context:
3742
I encountered a crash while using this library
@@ -71,3 +76,5 @@ xy@xy-Inspiron-3593:~/Arduino/xy/STM32_PWM_GitHub$
7176
```
7277
xy@xy-Inspiron-3593:~/Arduino/xy/STM32_PWM_GitHub$ bash utils/restyle.sh
7378
```
79+
80+

0 commit comments

Comments
 (0)