Skip to content

Commit

Permalink
brief
Browse files Browse the repository at this point in the history
  • Loading branch information
ImplFerris committed Oct 29, 2024
1 parent b652185 commit 7bd2f94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/blinky/rp-hal.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ This example code is taken from rp235x-hal repo (It also includes additional exa

["https://github.com/rp-rs/rp-hal/tree/main/rp235x-hal-examples"](https://github.com/rp-rs/rp-hal/tree/main/rp235x-hal-examples)

It adjusts the LED's brightness by changing the duty cycle at regular intervals, creating a dimming effect.
It adjusts the LED's brightness by changing the duty cycle(will be explained in [pwm page](pwm.md)) at regular intervals, creating a dimming effect.

## The main code

Here is the complete code. Don’t worry if you don’t fully understand it yet. On the following pages, we'll dive into each concept in detail. We'll start by taking action, then explore how it works and the ideas behind it.

```rust
//! # PWM Blink Example
//!
Expand Down

0 comments on commit 7bd2f94

Please sign in to comment.