Skip to content

Commit 5a96ecc

Browse files
authored
Regenerate device listing (#1377)
1 parent 80f9679 commit 5a96ecc

File tree

12 files changed

+33
-3
lines changed

12 files changed

+33
-3
lines changed

src/devices/Amg88xx/category.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Thermophile sensor
2-
Heat image camera
1+
infrared

src/devices/Device-Index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* [AGS01DB - MEMS VOC Gas Sensor](Ags01db/README.md)
1111
* [AHT10/15/20 - Temperature and humidity sensor modules](Ahtxx/README.md)
1212
* [AK8963 - Magnetometer](Ak8963/README.md)
13+
* [AMG88xx Infrared Array Sensor Family](Amg88xx/README.md)
1314
* [APA102 - Double line transmission integrated control LED](Apa102/README.md)
1415
* [Bh1745 - RGB Sensor](Bh1745/README.md)
1516
* [BH1750FVI - Ambient Light Sensor](Bh1750fvi/README.md)
@@ -34,6 +35,7 @@
3435
* [HMC5883L - 3 Axis Digital Compass](Hmc5883l/README.md)
3536
* [HTS221 - Capacitive digital sensor for relative humidity and temperature](Hts221/README.md)
3637
* [INA219 - Bidirectional Current/Power Monitor](Ina219/README.md)
38+
* [Key Matrix](KeyMatrix/README.md)
3739
* [LM75 - Digital Temperature Sensor](Lm75/README.md)
3840
* [LPS25H - Piezoresistive pressure and thermometer sensor](Lps25h/README.md)
3941
* [LSM9DS1 - 3D accelerometer, gyroscope and magnetometer](Lsm9Ds1/README.md)
@@ -45,6 +47,7 @@
4547
* [Mcp3428 - Analog to Digital Converter (I2C)](Mcp3428/README.md)
4648
* [MCP3xxx family of Analog to Digital Converters](Mcp3xxx/README.md)
4749
* [MCP9808 - Digital Temperature Sensor](Mcp9808/README.md)
50+
* [MFRC522 - RFID reader](Mfrc522/README.md)
4851
* [MH-Z19B CO2-Sensor](Mhz19b/README.md)
4952
* [MLX90614 - Infra Red Thermometer](Mlx90614/README.md)
5053
* [MotorHat](MotorHat/README.md)
@@ -56,6 +59,7 @@
5659
* [OpenHardwareMonitor client library](HardwareMonitor/README.md)
5760
* [Pca95x4 - I2C GPIO Expander](Pca95x4/README.md)
5861
* [Pca9685 - I2C PWM Driver](Pca9685/README.md)
62+
* [PiJuice - power supply for Raspberry Pi](PiJuice/README.md)
5963
* [PN5180 - RFID and NFC reader](Pn5180/README.md)
6064
* [PN532 - RFID and NFC reader](Pn532/README.md)
6165
* [Quadrature Rotary Encoder](RotaryEncoder/README.md)
@@ -78,8 +82,10 @@
7882
* [Solomon Systech Ssd1351 - CMOS OLED](Ssd1351/README.md)
7983
* [SPI, GPIO and I2C drivers for FT4222](Ft4222/README.md)
8084
* [Still image recording library](Media/README.md)
85+
* [STUSB4500 - Autonomous USB-C PD controller for Power Sinks / UFP](StUsb4500/README.md)
8186
* [TCS3472x Sensors](Tcs3472x/README.md)
8287
* [TM1637 - Segment Display](Tm1637/README.md)
88+
* [TSL256x - Illuminance sensor](Tsl256x/README.md)
8389
* [VL53L0X - distance sensor](Vl53L0X/README.md)
8490
* [Ws28xx LED drivers](Ws28xx/README.md)
8591
* [μFire ISE Probe - pH, ORP and temperature sensor](UFireIse/README.md)

src/devices/Ina219/category.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
adc
2+
power

src/devices/KeyMatrix/category.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gpio

src/devices/Mfrc522/category.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nfc

src/devices/Mlx90614/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# MLX90614 - Infra Red Thermometer
2+
23
The MLX90614 is an Infra Red thermometer for noncontact temperature measurements. Both the IR sensitive thermopile detector chip and the signal conditioning ASSP are integrated in the same TO-39 can. Thanks to its low noise amplifier, 17-bit ADC and powerful DSP unit, a high accuracy and resolution of the thermometer is achieved.
34

45
## Sensor Image

src/devices/Mlx90614/category.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
thermometer
2+
infrared

src/devices/PiJuice/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PiJuice
1+
# PiJuice - power supply for Raspberry Pi
22

33
## Summary
44

src/devices/PiJuice/category.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
power

src/devices/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
4444
* [BH1750FVI - Ambient Light Sensor](Bh1750fvi/README.md)
4545
* [MAX44009 - Ambient Light Sensor](Max44009/README.md)
4646
* [TCS3472x Sensors](Tcs3472x/README.md)
47+
* [TSL256x - Illuminance sensor](Tsl256x/README.md)
4748

4849
### Barometers
4950

@@ -77,6 +78,11 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
7778
* [Si7021 - Temperature & Humidity Sensor](Si7021/README.md)
7879
* [μFire ISE Probe - pH, ORP and temperature sensor](UFireIse/README.md)
7980

81+
### Infrared sensors
82+
83+
* [AMG88xx Infrared Array Sensor Family](Amg88xx/README.md)
84+
* [MLX90614 - Infra Red Thermometer](Mlx90614/README.md)
85+
8086
### Gyroscopes
8187

8288
* [BNO055 - inertial measurement unit](Bno055/README.md)
@@ -209,6 +215,7 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
209215

210216
### RFID/NFC modules
211217

218+
* [MFRC522 - RFID reader](Mfrc522/README.md)
212219
* [PN5180 - RFID and NFC reader](Pn5180/README.md)
213220
* [PN532 - RFID and NFC reader](Pn532/README.md)
214221
* [RFID shared elements](Card/README.md)
@@ -221,12 +228,14 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
221228
### USB devices
222229

223230
* [SPI, GPIO and I2C drivers for FT4222](Ft4222/README.md)
231+
* [STUSB4500 - Autonomous USB-C PD controller for Power Sinks / UFP](StUsb4500/README.md)
224232

225233
### GPIO or bit operating devices
226234

227235
* [Charlieplex Segment binding](Charlieplex/README.md)
228236
* [Digital liquid level switch](LiquidLevel/README.md)
229237
* [Generic shift register](ShiftRegister/README.md)
238+
* [Key Matrix](KeyMatrix/README.md)
230239
* [MBI5027 -- 16-bit shift register with error detection](Mbi5027/README.md)
231240
* [Quadrature Rotary Encoder](RotaryEncoder/README.md)
232241
* [SN74HC595 -- 8-bit shift register](Sn74hc595/README.md)
@@ -247,6 +256,11 @@ Our vision: the majority of .NET bindings are written completely in .NET languag
247256
* [Software SPI](SoftwareSpi/README.md)
248257
* [SPI, GPIO and I2C drivers for FT4222](Ft4222/README.md)
249258

259+
### Power monitors and related devices
260+
261+
* [INA219 - Bidirectional Current/Power Monitor](Ina219/README.md)
262+
* [PiJuice - power supply for Raspberry Pi](PiJuice/README.md)
263+
250264
</categorizedDevices>
251265

252266
## Binding Distribution

0 commit comments

Comments
 (0)