未验证 提交 74be68ef 编写于 作者: K Krzysztof Wicher 提交者: GitHub

Regenerate device listing (#633)

上级 68f32724
barometer
altimeter
thermometer
\ No newline at end of file
thermometer
voc
gas
hygrometer
......@@ -8,7 +8,7 @@
* [AGS01DB - MEMS VOC Gas Sensor](Ags01db/README.md)
* [BH1750FVI - Ambient Light Sensor](Bh1750fvi/README.md)
* [BMP180 - barometer, altitude and temperature sensor](Bmp180/README.md)
* [BMxx80 - Digital Temperature, Pressure and Humidity Sensors BMP280/BME280/BME680](Bmxx80/README.md)
* [BMxx80 Device Family](Bmxx80/README.md)
* [BNO055 - inertial measurement unit](Bno055/README.md)
* [BrickPi3](BrickPi3/README.md)
* [Buzzer - Piezo Buzzer Controller](Buzzer/README.md)
......@@ -16,8 +16,6 @@
* [Cpu Temperature](CpuTemperature/README.md)
* [DC Motor Controller](DCMotor/README.md)
* [DHTxx - Digital-Output Relative Humidity & Temperature Sensor Module](Dhtxx/README.md)
* [DS1307 - Realtime Clock](Ds1307/README.md)
* [DS3231 - Realtime Clock](Ds3231/README.md)
* [GoPiGo3](GoPiGo3/README.md)
* [GrovePi](GrovePi/README.md)
* [HC-SR04 - Ultrasonic Ranging Module](Hcsr04/README.md)
......@@ -38,12 +36,14 @@
* [NXP/TI PCx857x](Pcx857x/README.md)
* [Pca95x4 - I2C GPIO Expander](Pca95x4/README.md)
* [Pca9685 - I2C PWM Driver](Pca9685/README.md)
* [Realtime Clock](Rtc/README.md)
* [RGBLedMatrix - RGB LED Matrix](RGBLedMatrix/README.md)
* [Sense HAT](SenseHat/README.md)
* [Servomotor](Servo/README.md)
* [SHT3x - Temperature & Humidity Sensor](Sht3x/README.md)
* [Si7021 - Temperature & Humidity Sensor](Si7021/README.md)
* [SocketCan - CAN BUS library (Linux only)](SocketCan/README.md)
* [Software implementation of SPI](SoftwareSpi/README.md)
* [Software PWM](SoftPwm/README.md)
* [Solomon Systech Ssd1306 OLED display](Ssd13xx/README.md)
* [TCS3472x Sensors](Tcs3472x/README.md)
......
......@@ -26,10 +26,12 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
### Volatile Organic Compound sensors
* [AGS01DB - MEMS VOC Gas Sensor](Ags01db/README.md)
* [BMxx80 Device Family](Bmxx80/README.md)
### Gas sensors
* [AGS01DB - MEMS VOC Gas Sensor](Ags01db/README.md)
* [BMxx80 Device Family](Bmxx80/README.md)
### Light sensor
......@@ -40,18 +42,19 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
### Barometers
* [BMP180 - barometer, altitude and temperature sensor](Bmp180/README.md)
* [BMxx80 - Digital Temperature, Pressure and Humidity Sensors BMP280/BME280/BME680](Bmxx80/README.md)
* [BMxx80 Device Family](Bmxx80/README.md)
* [LPS25H - Piezoresistive pressure and thermometer sensor](Lps25h/README.md)
* [Sense HAT](SenseHat/README.md)
### Altimeters
* [BMP180 - barometer, altitude and temperature sensor](Bmp180/README.md)
* [BMxx80 Device Family](Bmxx80/README.md)
### Thermometers
* [BMP180 - barometer, altitude and temperature sensor](Bmp180/README.md)
* [BMxx80 - Digital Temperature, Pressure and Humidity Sensors BMP280/BME280/BME680](Bmxx80/README.md)
* [BMxx80 Device Family](Bmxx80/README.md)
* [Cpu Temperature](CpuTemperature/README.md)
* [DHTxx - Digital-Output Relative Humidity & Temperature Sensor Module](Dhtxx/README.md)
* [HTS221 - Capacitive digital sensor for relative humidity and temperature](Hts221/README.md)
......@@ -101,7 +104,7 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
### Hygrometers
* [BMxx80 - Digital Temperature, Pressure and Humidity Sensors BME280/BME680](Bmxx80/README.md)
* [BMxx80 Device Family](Bmxx80/README.md)
* [DHTxx - Digital-Output Relative Humidity & Temperature Sensor Module](Dhtxx/README.md)
* [HTS221 - Capacitive digital sensor for relative humidity and temperature](Hts221/README.md)
* [Sense HAT](SenseHat/README.md)
......@@ -110,8 +113,7 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
### Clocks
* [DS1307 - Realtime Clock](Ds1307/README.md)
* [DS3231 - Realtime Clock](Ds3231/README.md)
* [Realtime Clock](Rtc/README.md)
### Sonars
......@@ -178,6 +180,10 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
* [Ws28xx LED drivers](Ws28xx/README.md)
### SPI libraries/modules
* [Software implementation of SPI](SoftwareSpi/README.md)
</categorizedDevices>
## Binding Distribution
......
......@@ -46,6 +46,7 @@ namespace Iot.Tools.DeviceListing
"joystick",
"color",
"led",
"spi",
};
static Dictionary<string, string> s_categoriesDescriptions = new Dictionary<string, string>()
......@@ -79,6 +80,7 @@ namespace Iot.Tools.DeviceListing
{ "touch", "Touch sensors" },
{ "wireless", "Wireless communication modules" },
{ "pwm", "PWM libraries/modules" },
{ "spi", "SPI libraries/modules" },
{ "joystick", "Joysticks" },
{ "color", "Color sensors" },
{ "led", "LED drivers" },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册