From 361ede982ba2d4ed1131b2f655461ecd0c6c3a63 Mon Sep 17 00:00:00 2001 From: nfbot Date: Fri, 10 Jan 2025 09:55:19 +0000 Subject: [PATCH] Update READMEs ***NO_CI*** --- README.md | 14 +++++++------- README.zh-cn.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d441b473..704a8109 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The * [🌶️ - Blink your first led](samples/Blinky) * [🌶️ - Blink your first LED](samples/Beginner/BlinkLed) * [🌶️ - Press a button and light a LED](samples/Beginner/Button) -* [🌶️ - PRess a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) -* [🌶️ - PWM and changing the light of a LED](samples/Beginner/PwmLed) -* [🌶️ - PWM to drive a servo motor](samples/Beginner/ServoMotor) +* [🌶️ - Press a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) +* [🌶️ - Pulse Width Modulation (PWM) and changing the light of a LED](samples/Beginner/PwmLed) * [🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)](samples/Beginner/AnalogRainSensor) * [🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor](samples/Beginner/TempHumI2c) * [🌶️ - Special IoT beginner content with .NET nanoFramework](samples/Beginner) * [🌶️ - System.Device.Pwm](samples/PWM/System.Device.Pwm) +* [🌶️ - ulse Width Modulation (PWM) to drive a servo motor](samples/Beginner/ServoMotor) ### Gpio, I2C, I2S, Spi, Pwm, Adc, Dac, 1-Wire, Serial @@ -46,14 +46,14 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The * [🌶️ - GPIO and events sample (.NET IoT style)](samples/Gpio/Gpio+EventsIoTStyle) * [🌶️ - GPIO sample pack](samples/Gpio) * [🌶️ - Press a button and light a LED](samples/Beginner/Button) -* [🌶️ - PRess a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) -* [🌶️ - PWM and changing the light of a LED](samples/Beginner/PwmLed) -* [🌶️ - PWM to drive a servo motor](samples/Beginner/ServoMotor) +* [🌶️ - Press a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) +* [🌶️ - Pulse Width Modulation (PWM) and changing the light of a LED](samples/Beginner/PwmLed) * [🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)](samples/Beginner/AnalogRainSensor) * [🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor](samples/Beginner/TempHumI2c) * [🌶️ - System.Device.Pwm](samples/PWM/System.Device.Pwm) * [🌶️ - System.Device.PWM sample](samples/PWM) * [🌶️ - System.Device.Spi sample](samples/SPI) +* [🌶️ - ulse Width Modulation (PWM) to drive a servo motor](samples/Beginner/ServoMotor) * [🌶️ to 🌶️🌶️ - System.IO.Ports serial Communication sample](samples/SerialCommunication) * [🌶️🌶️ - I2C sample sample pack](samples/I2C) * [🌶️🌶️ - I2C Scanner sample](samples/I2C/NanoI2cScanner) @@ -145,7 +145,7 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The ### IoT.Device -* [🌶️ - PRess a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) +* [🌶️ - Press a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) * [🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor **with** Azure lib and deep sleep](samples/AzureSDK/AzureSDKSleepBMP280) * [🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor **without Azure lib** and with deep sleep](samples/AzureMQTTTwinsBMP280Sleep) * [🌶️🌶️🌶️ - Using Azure SDK with BMP280 on M5Stack with .NET nanoFramework](samples/AzureSDK/AzureSDKSensorCertificate/Readme.md) diff --git a/README.zh-cn.md b/README.zh-cn.md index 94d7736a..37cbe9fa 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -23,13 +23,13 @@ * [🌶️ - Blink your first led](samples/Blinky) * [🌶️ - Blink your first LED](samples/Beginner/BlinkLed) * [🌶️ - Press a button and light a LED](samples/Beginner/Button) -* [🌶️ - PRess a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) -* [🌶️ - PWM and changing the light of a LED](samples/Beginner/PwmLed) -* [🌶️ - PWM to drive a servo motor](samples/Beginner/ServoMotor) +* [🌶️ - Press a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) +* [🌶️ - Pulse Width Modulation (PWM) and changing the light of a LED](samples/Beginner/PwmLed) * [🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)](samples/Beginner/AnalogRainSensor) * [🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor](samples/Beginner/TempHumI2c) * [🌶️ - Special IoT beginner content with .NET nanoFramework](samples/Beginner) * [🌶️ - System.Device.Pwm](samples/PWM/System.Device.Pwm) +* [🌶️ - ulse Width Modulation (PWM) to drive a servo motor](samples/Beginner/ServoMotor) ### Gpio, I2C, I2S, Spi, Pwm, Adc, Dac, 1-Wire, Serial @@ -44,14 +44,14 @@ * [🌶️ - GPIO and events sample (.NET IoT style)](samples/Gpio/Gpio+EventsIoTStyle) * [🌶️ - GPIO sample pack](samples/Gpio) * [🌶️ - Press a button and light a LED](samples/Beginner/Button) -* [🌶️ - PRess a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) -* [🌶️ - PWM and changing the light of a LED](samples/Beginner/PwmLed) -* [🌶️ - PWM to drive a servo motor](samples/Beginner/ServoMotor) +* [🌶️ - Press a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) +* [🌶️ - Pulse Width Modulation (PWM) and changing the light of a LED](samples/Beginner/PwmLed) * [🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)](samples/Beginner/AnalogRainSensor) * [🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor](samples/Beginner/TempHumI2c) * [🌶️ - System.Device.Pwm](samples/PWM/System.Device.Pwm) * [🌶️ - System.Device.PWM sample](samples/PWM) * [🌶️ - System.Device.Spi sample](samples/SPI) +* [🌶️ - ulse Width Modulation (PWM) to drive a servo motor](samples/Beginner/ServoMotor) * [🌶️ to 🌶️🌶️ - System.IO.Ports serial Communication sample](samples/SerialCommunication) * [🌶️🌶️ - I2C sample sample pack](samples/I2C) * [🌶️🌶️ - I2C Scanner sample](samples/I2C/NanoI2cScanner) @@ -143,7 +143,7 @@ ### IoT.Device -* [🌶️ - PRess a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) +* [🌶️ - Press a button and light a LED with a Button nuget](samples/Beginner/ButtonNuget) * [🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor **with** Azure lib and deep sleep](samples/AzureSDK/AzureSDKSleepBMP280) * [🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor **without Azure lib** and with deep sleep](samples/AzureMQTTTwinsBMP280Sleep) * [🌶️🌶️🌶️ - Using Azure SDK with BMP280 on M5Stack with .NET nanoFramework](samples/AzureSDK/AzureSDKSensorCertificate/Readme.md)