Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
golemparts committed Dec 11, 2024
1 parent faa5824 commit 736d141
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pwm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
//! The BCM283x SoC supports 2 hardware PWM channels. By default, the channels are
//! mapped as follows:
//!
//! PWM0 = GPIO12/GPIO18
//! PWM1 = GPIO13/GPIO19
//! * PWM0 = GPIO12/GPIO18
//! * PWM1 = GPIO13/GPIO19
//!
//! Consult the official documentation on how to enable and configure these.
//!
Expand All @@ -27,10 +27,10 @@
//! The Raspberry Pi 5 and other recent models support 4 hardware PWM channels. By
//! default, the channels are mapped as follows:
//!
//! PWM0 = GPIO12
//! PWM1 = GPIO13
//! PWM2 = GPIO18
//! PWM3 = GPIO19
//! * PWM0 = GPIO12
//! * PWM1 = GPIO13
//! * PWM2 = GPIO18
//! * PWM3 = GPIO19
//!
//! Consult the official documentation on how to enable and configure these.
//!
Expand Down

0 comments on commit 736d141

Please sign in to comment.