Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 3855b6c

Browse files
committed
Update documentation
1 parent 2546f84 commit 3855b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Before running any examples that interface with external components, read throug
1212

1313
`gpio_servo_softpwm.rs` - Rotates a servo using software-based PWM.
1414

15-
`gpio_status.rs` - Retrieves the mode and logic level for each of the pins on the 26-pin or 40-pin GPIO header, and displays the results in an ASCII table.
16-
1715
`gpio_shared_button_state.rs` - Shares a state with an input interrupt, stops the program until N event changes.
1816

17+
`gpio_status.rs` - Retrieves the mode and logic level for each of the pins on the 26-pin or 40-pin GPIO header, and displays the results in an ASCII table.
18+
1919
`i2c_ds3231.rs` - Sets and retrieves the time on a Maxim Integrated DS3231 RTC using I2C.
2020

2121
`pwm_blinkled.rs` - Blinks an LED using hardware PWM.

0 commit comments

Comments
 (0)