@@ -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 )
0 commit comments