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

Commit

Permalink
v1.4.1 to add PWM_StepperControl example
Browse files Browse the repository at this point in the history
### Releases v1.4.1

1. Add example [PWM_StepperControl](https://github.com/khoih-prog/RP2040_PWM/examples/PWM_StepperControl) to demo how to control Stepper Motor using PWM. Check [Using PWM to step a stepper driver #16](#16)
2. Use `allman astyle` and add `utils`
  • Loading branch information
khoih-prog authored Jan 22, 2023
1 parent 57df7e0 commit 157e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ PWM_Instance->setPWM_Int(pinToUse, frequency, dutyCycle);

### Example [PWM_Multi](examples/PWM_Multi)

https://github.com/khoih-prog/RP2040_PWM/blob/cc44babb755eeec370393ecbe93fb5090b1c802a/examples/PWM_Multi/PWM_Multi.ino#L1-L108
https://github.com/khoih-prog/RP2040_PWM/blob/57df7e0a3ff7d3ff64e1611e82e593c2f744a20d/examples/PWM_Multi/PWM_Multi.ino#L14-L114


---
Expand Down

0 comments on commit 157e8a3

Please sign in to comment.