Skip to content

Commit a7141a5

Browse files
committed
Update READMEs
***NO_CI***
1 parent a689fd7 commit a7141a5

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
2323
### Special beginner
2424

2525
* [🌶️ - Blink your first led](samples/Blinky)
26+
* [🌶️ - Blink your first LED](samples/Beginner/BlinkLed)
27+
* [🌶️ - 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)
31+
* [🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)](samples/Beginner/AnalogRainSensor)
32+
* [🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor](samples/Beginner/TempHumI2c)
33+
* [🌶️ - Special IoT beginner content with .NET nanoFramework](samples/Beginner)
2634
* [🌶️ - System.Device.Pwm](samples/PWM/System.Device.Pwm)
2735

2836
### Gpio, I2C, I2S, Spi, Pwm, Adc, Dac, 1-Wire, Serial
@@ -31,11 +39,18 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
3139
* [🌶️ - Analogic/Digital converter](samples/ADC)
3240
* [🌶️ - Analogic/Digital converter](samples/GiantGecko.Adc)
3341
* [🌶️ - Blink your first led](samples/Blinky)
42+
* [🌶️ - Blink your first LED](samples/Beginner/BlinkLed)
3443
* [🌶️ - Digital Analog Converter sample](samples/DAC)
3544
* [🌶️ - ESP32 Pulse Counter sample](samples/Gpio/Esp32PulseCounter)
3645
* [🌶️ - GPIO and events sample](samples/Gpio/Gpio+Events)
3746
* [🌶️ - GPIO and events sample (.NET IoT style)](samples/Gpio/Gpio+EventsIoTStyle)
3847
* [🌶️ - GPIO sample pack](samples/Gpio)
48+
* [🌶️ - 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)
52+
* [🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)](samples/Beginner/AnalogRainSensor)
53+
* [🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor](samples/Beginner/TempHumI2c)
3954
* [🌶️ - System.Device.Pwm](samples/PWM/System.Device.Pwm)
4055
* [🌶️ - System.Device.PWM sample](samples/PWM)
4156
* [🌶️ - System.Device.Spi sample](samples/SPI)
@@ -130,6 +145,7 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
130145

131146
### IoT.Device
132147

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

README.zh-cn.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
### Special beginner
2222

2323
* [🌶️ - Blink your first led](samples/Blinky)
24+
* [🌶️ - Blink your first LED](samples/Beginner/BlinkLed)
25+
* [🌶️ - 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)
29+
* [🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)](samples/Beginner/AnalogRainSensor)
30+
* [🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor](samples/Beginner/TempHumI2c)
31+
* [🌶️ - Special IoT beginner content with .NET nanoFramework](samples/Beginner)
2432
* [🌶️ - System.Device.Pwm](samples/PWM/System.Device.Pwm)
2533

2634
### Gpio, I2C, I2S, Spi, Pwm, Adc, Dac, 1-Wire, Serial
@@ -29,11 +37,18 @@
2937
* [🌶️ - Analogic/Digital converter](samples/ADC)
3038
* [🌶️ - Analogic/Digital converter](samples/GiantGecko.Adc)
3139
* [🌶️ - Blink your first led](samples/Blinky)
40+
* [🌶️ - Blink your first LED](samples/Beginner/BlinkLed)
3241
* [🌶️ - Digital Analog Converter sample](samples/DAC)
3342
* [🌶️ - ESP32 Pulse Counter sample](samples/Gpio/Esp32PulseCounter)
3443
* [🌶️ - GPIO and events sample](samples/Gpio/Gpio+Events)
3544
* [🌶️ - GPIO and events sample (.NET IoT style)](samples/Gpio/Gpio+EventsIoTStyle)
3645
* [🌶️ - GPIO sample pack](samples/Gpio)
46+
* [🌶️ - 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)
50+
* [🌶️ - Read a soil moisture sensor with Analog to Digital Converter (ADC)](samples/Beginner/AnalogRainSensor)
51+
* [🌶️ - Reading an AM2320 I2C Temerature and Humidity sensor](samples/Beginner/TempHumI2c)
3752
* [🌶️ - System.Device.Pwm](samples/PWM/System.Device.Pwm)
3853
* [🌶️ - System.Device.PWM sample](samples/PWM)
3954
* [🌶️ - System.Device.Spi sample](samples/SPI)
@@ -128,6 +143,7 @@
128143

129144
### IoT.Device
130145

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

0 commit comments

Comments
 (0)