Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
***NO_CI***
  • Loading branch information
nfbot committed Jan 10, 2025
1 parent 2a2f320 commit 361ede9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
14 changes: 7 additions & 7 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 361ede9

Please sign in to comment.