-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PWM module #200
Add PWM module #200
Conversation
Hi! I have looked over your PR, the pwm.rs looks good to me so far. Looking at the demo, it would be really helpful to have comments that explain what the different parts of the demo are about. |
Thanks, good idea! |
…r generic naming in user code
Thanks for this great contribution @kalkyl. Being a first-time user of PWM, I did find the example introducing many new concepts. I'm sure the example will be really useful to me over time, but I was wondering if you knew of "blinky-style" examples using |
Added a HAL module for the PWM peripheral
LED demo of some different modes and features (nRF52840-DK):
https://github.com/kalkyl/nrf-hal/blob/pwm/examples/pwm-demo/src/main.rs