Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: José Simões <[email protected]>
  • Loading branch information
Ellerbach and josesimoes authored Jan 2, 2025
1 parent ad8debe commit 439f080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/Beginner/AnalogRainSensor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

AdcController adc1 = new AdcController();

// Get the reference minimul and maximum values
// Get the reference minimum and maximum values
int max1 = adc1.MaxValue;
int min1 = adc1.MinValue;

Expand Down
2 changes: 1 addition & 1 deletion samples/Beginner/AnalogRainSensor/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🌶️ - Read a soil moisture sensor with Analogic to Digital Converter (ADC)
# 🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)

Shows how to use the [System.Device.Adc](https://docs.nanoframework.net/api/System.Device.Adc.html) API to set GPIO pins.

Expand Down

0 comments on commit 439f080

Please sign in to comment.