@@ -25,13 +25,13 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
2525* [ 🌶️ - Blink your first led] ( samples/Blinky )
2626* [ 🌶️ - Blink your first LED] ( samples/Beginner/BlinkLed )
2727* [ 🌶️ - Press a button and light a LED] ( samples/Beginner/Button )
28- * [ 🌶️ - PRess a button and light a LED with a Button nuget] ( samples/Beginner/ButtonNuget )
29- * [ 🌶️ - PWM and changing the light of a LED] ( samples/Beginner/PwmLed )
30- * [ 🌶️ - PWM to drive a servo motor] ( samples/Beginner/ServoMotor )
28+ * [ 🌶️ - Press a button and light a LED with a Button nuget] ( samples/Beginner/ButtonNuget )
29+ * [ 🌶️ - Pulse Width Modulation (PWM) and changing the light of a LED] ( samples/Beginner/PwmLed )
3130* [ 🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)] ( samples/Beginner/AnalogRainSensor )
3231* [ 🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor] ( samples/Beginner/TempHumI2c )
3332* [ 🌶️ - Special IoT beginner content with .NET nanoFramework] ( samples/Beginner )
3433* [ 🌶️ - System.Device.Pwm] ( samples/PWM/System.Device.Pwm )
34+ * [ 🌶️ - ulse Width Modulation (PWM) to drive a servo motor] ( samples/Beginner/ServoMotor )
3535
3636### Gpio, I2C, I2S, Spi, Pwm, Adc, Dac, 1-Wire, Serial
3737
@@ -46,14 +46,14 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
4646* [ 🌶️ - GPIO and events sample (.NET IoT style)] ( samples/Gpio/Gpio+EventsIoTStyle )
4747* [ 🌶️ - GPIO sample pack] ( samples/Gpio )
4848* [ 🌶️ - Press a button and light a LED] ( samples/Beginner/Button )
49- * [ 🌶️ - PRess a button and light a LED with a Button nuget] ( samples/Beginner/ButtonNuget )
50- * [ 🌶️ - PWM and changing the light of a LED] ( samples/Beginner/PwmLed )
51- * [ 🌶️ - PWM to drive a servo motor] ( samples/Beginner/ServoMotor )
49+ * [ 🌶️ - Press a button and light a LED with a Button nuget] ( samples/Beginner/ButtonNuget )
50+ * [ 🌶️ - Pulse Width Modulation (PWM) and changing the light of a LED] ( samples/Beginner/PwmLed )
5251* [ 🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)] ( samples/Beginner/AnalogRainSensor )
5352* [ 🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor] ( samples/Beginner/TempHumI2c )
5453* [ 🌶️ - System.Device.Pwm] ( samples/PWM/System.Device.Pwm )
5554* [ 🌶️ - System.Device.PWM sample] ( samples/PWM )
5655* [ 🌶️ - System.Device.Spi sample] ( samples/SPI )
56+ * [ 🌶️ - ulse Width Modulation (PWM) to drive a servo motor] ( samples/Beginner/ServoMotor )
5757* [ 🌶️ to 🌶️🌶️ - System.IO.Ports serial Communication sample] ( samples/SerialCommunication )
5858* [ 🌶️🌶️ - I2C sample sample pack] ( samples/I2C )
5959* [ 🌶️🌶️ - I2C Scanner sample] ( samples/I2C/NanoI2cScanner )
@@ -145,7 +145,7 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
145145
146146### IoT.Device
147147
148- * [ 🌶️ - PRess a button and light a LED with a Button nuget] ( samples/Beginner/ButtonNuget )
148+ * [ 🌶️ - Press a button and light a LED with a Button nuget] ( samples/Beginner/ButtonNuget )
149149* [ 🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor ** with** Azure lib and deep sleep] ( samples/AzureSDK/AzureSDKSleepBMP280 )
150150* [ 🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor ** without Azure lib** and with deep sleep] ( samples/AzureMQTTTwinsBMP280Sleep )
151151* [ 🌶️🌶️🌶️ - Using Azure SDK with BMP280 on M5Stack with .NET nanoFramework] ( samples/AzureSDK/AzureSDKSensorCertificate/Readme.md )
0 commit comments