Skip to content

Commit ecf5041

Browse files
committed
Update documentation
1 parent ec41c6e commit ecf5041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/pwm.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
//! ### Not found
5050
//!
5151
//! If [`new`] returns an `io::ErrorKind::NotFound` error, you may have
52-
//! forgotten to enable the selected PWM channel. The configuration options
53-
//! to enable either of the two PWM channels are listed above.
52+
//! forgotten to enable the selected PWM channel. Consult the official Raspberry Pi documentation
53+
//! to correctly configure the needed channel(s).
5454
//!
5555
//! [`new`]: struct.Pwm.html#method.new
5656

0 commit comments

Comments
 (0)