Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
golemparts committed Nov 30, 2024
1 parent 2546f84 commit 3855b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Before running any examples that interface with external components, read throug

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

`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.

`gpio_shared_button_state.rs` - Shares a state with an input interrupt, stops the program until N event changes.

`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.

`i2c_ds3231.rs` - Sets and retrieves the time on a Maxim Integrated DS3231 RTC using I2C.

`pwm_blinkled.rs` - Blinks an LED using hardware PWM.
Expand Down

0 comments on commit 3855b6c

Please sign in to comment.