rp-hal-boards/rp2040-hal
Tyler Stowell f87d7ba768
PWM implementation (#44)
* PWM functionality

* Updated prelude.rs

* Added example, cleaned up the PWM HAL.

* Renamed a file for clarity

* Changes to address C-CTOR recommendations, only 8 PWM channels, restructuring

* Forgot to remove a test function, and added a quick comment.

* Cleaned up code now that PWM channels are clustered in the PAC.
2021-07-07 23:44:57 +10:00
..
examples PWM implementation (#44) 2021-07-07 23:44:57 +10:00
src PWM implementation (#44) 2021-07-07 23:44:57 +10:00
.gitignore Initial Commit: Updated author information. 2021-01-22 09:18:12 -05:00
Cargo.toml Add 'rt' feature (#53) 2021-07-07 19:33:36 +10:00