Skip to content

Commit 361ede9

Browse files
committed
Update READMEs
***NO_CI***
1 parent 2a2f320 commit 361ede9

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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)

README.zh-cn.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
* [🌶️ - Blink your first led](samples/Blinky)
2424
* [🌶️ - Blink your first LED](samples/Beginner/BlinkLed)
2525
* [🌶️ - Press a button and light a LED](samples/Beginner/Button)
26-
* [🌶️ - PRess a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget)
27-
* [🌶️ - PWM and changing the light of a LED](samples/Beginner/PwmLed)
28-
* [🌶️ - PWM to drive a servo motor](samples/Beginner/ServoMotor)
26+
* [🌶️ - Press a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget)
27+
* [🌶️ - Pulse Width Modulation (PWM) and changing the light of a LED](samples/Beginner/PwmLed)
2928
* [🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)](samples/Beginner/AnalogRainSensor)
3029
* [🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor](samples/Beginner/TempHumI2c)
3130
* [🌶️ - Special IoT beginner content with .NET nanoFramework](samples/Beginner)
3231
* [🌶️ - System.Device.Pwm](samples/PWM/System.Device.Pwm)
32+
* [🌶️ - ulse Width Modulation (PWM) to drive a servo motor](samples/Beginner/ServoMotor)
3333

3434
### Gpio, I2C, I2S, Spi, Pwm, Adc, Dac, 1-Wire, Serial
3535

@@ -44,14 +44,14 @@
4444
* [🌶️ - GPIO and events sample (.NET IoT style)](samples/Gpio/Gpio+EventsIoTStyle)
4545
* [🌶️ - GPIO sample pack](samples/Gpio)
4646
* [🌶️ - Press a button and light a LED](samples/Beginner/Button)
47-
* [🌶️ - PRess a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget)
48-
* [🌶️ - PWM and changing the light of a LED](samples/Beginner/PwmLed)
49-
* [🌶️ - PWM to drive a servo motor](samples/Beginner/ServoMotor)
47+
* [🌶️ - Press a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget)
48+
* [🌶️ - Pulse Width Modulation (PWM) and changing the light of a LED](samples/Beginner/PwmLed)
5049
* [🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)](samples/Beginner/AnalogRainSensor)
5150
* [🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor](samples/Beginner/TempHumI2c)
5251
* [🌶️ - System.Device.Pwm](samples/PWM/System.Device.Pwm)
5352
* [🌶️ - System.Device.PWM sample](samples/PWM)
5453
* [🌶️ - System.Device.Spi sample](samples/SPI)
54+
* [🌶️ - ulse Width Modulation (PWM) to drive a servo motor](samples/Beginner/ServoMotor)
5555
* [🌶️ to 🌶️🌶️ - System.IO.Ports serial Communication sample](samples/SerialCommunication)
5656
* [🌶️🌶️ - I2C sample sample pack](samples/I2C)
5757
* [🌶️🌶️ - I2C Scanner sample](samples/I2C/NanoI2cScanner)
@@ -143,7 +143,7 @@
143143

144144
### IoT.Device
145145

146-
* [🌶️ - PRess a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget)
146+
* [🌶️ - Press a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget)
147147
* [🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor **with** Azure lib and deep sleep](samples/AzureSDK/AzureSDKSleepBMP280)
148148
* [🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor **without Azure lib** and with deep sleep](samples/AzureMQTTTwinsBMP280Sleep)
149149
* [🌶️🌶️🌶️ - Using Azure SDK with BMP280 on M5Stack with .NET nanoFramework](samples/AzureSDK/AzureSDKSensorCertificate/Readme.md)

0 commit comments

Comments
 (0)