File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ impl DerefMut for Pwm {
188
188
pub struct Pwm {
189
189
pca : Pca9685 < I2cdev > ,
190
190
/// * `oe_pin`: The `oe_pin` component is a pin that is used to enable or disable the output of the PWM
191
- /// signal. It is connected to the Output Enable (OE) pin of the PCA9685 PWM controller.
192
- /// The default initialization of the navigator sets oe_pin to a digital high state, which disables the PCA9685's PWM.
191
+ /// signal. It is connected to the Output Enable (OE) pin of the PCA9685 PWM controller.
192
+ /// The default initialization of the navigator sets oe_pin to a digital high state, which disables the PCA9685's PWM.
193
193
oe_pin : Pin ,
194
194
}
195
195
@@ -833,7 +833,7 @@ impl Navigator {
833
833
/// # Arguments
834
834
///
835
835
/// * `array` - A 2D array containing RGB values for each LED.
836
- /// Each inner array is a [u8; 3] representing the Red, Green and Blue from a LED.
836
+ /// Each inner array is a [u8; 3] representing the Red, Green and Blue from a LED.
837
837
///
838
838
/// # Example
839
839
///
@@ -860,7 +860,7 @@ impl Navigator {
860
860
/// # Arguments
861
861
///
862
862
/// * `array` - A 2D array containing RGBW values for each LED.
863
- /// Each inner array is a [u8; 4] representing the Red, Green, Blue and White from a LED.
863
+ /// Each inner array is a [u8; 4] representing the Red, Green, Blue and White from a LED.
864
864
///
865
865
/// # Example
866
866
///
You can’t perform that action at this time.
0 commit comments