Skip to content

Commit

Permalink
Fixing nit and missing file in Beginner content (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellerbach authored Jan 10, 2025
1 parent f51c3de commit 2a2f320
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/Beginner/ButtonNuget/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🌶️ - PRess a button and light a LED with a Button nuget
# 🌶️ - Press a button and light a LED with a Button nuget

Shows how to use the [Ioit.Device.Button](https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/Button) nuget.

Expand Down
Binary file added samples/Beginner/Docs/servo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion samples/Beginner/PwmLed/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🌶️ - PWM and changing the light of a LED
# 🌶️ - Pulse Width Modulation (PWM) and changing the light of a LED

Shows how to use the [System.Device.Pwm](https://docs.nanoframework.net/api/System.Device.Pwm.html) API to use Pulse Width Modulation pins.

Expand Down
2 changes: 1 addition & 1 deletion samples/Beginner/ServoMotor/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🌶️ - PWM to drive a servo motor
# 🌶️ - ulse Width Modulation (PWM) to drive a servo motor

Shows how to use the [System.Device.Pwm](https://docs.nanoframework.net/api/System.Device.Pwm.html) API to use Pulse Width Modulation pins.

Expand Down

0 comments on commit 2a2f320

Please sign in to comment.