@@ -52,7 +52,7 @@ func main() {
52
52
53
53
## Currently supported devices
54
54
55
- The following 78 devices are supported.
55
+ The following 80 devices are supported.
56
56
57
57
| Device Name | Interface Type |
58
58
| -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------------|
@@ -97,6 +97,7 @@ The following 78 devices are supported.
97
97
| [ LPS22HB MEMS nano pressure sensor] ( https://www.st.com/resource/en/datasheet/dm00140895.pdf ) | I2C |
98
98
| [ LSM6DS3 accelerometer] ( https://www.st.com/resource/en/datasheet/lsm6ds3.pdf ) | I2C |
99
99
| [ LSM6DSOX accelerometer] ( https://www.st.com/resource/en/datasheet/lsm6dsox.pdf ) | I2C |
100
+ | [ LSM6DS3TR accelerometer] ( https://www.st.com/resource/en/datasheet/lsm6ds3tr.pdf ) | I2C |
100
101
| [ LSM303AGR accelerometer] ( https://www.st.com/resource/en/datasheet/lsm303agr.pdf ) | I2C |
101
102
| [ LSM9DS1 accelerometer] ( https://www.st.com/resource/en/datasheet/lsm9ds1.pdf ) | I2C |
102
103
| [ MAG3110 magnetometer] ( https://www.nxp.com/docs/en/data-sheet/MAG3110.pdf ) | I2C |
@@ -112,6 +113,7 @@ The following 78 devices are supported.
112
113
| [ PCF8563 real time clock] ( https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf ) | I2C |
113
114
| [ Resistive Touchscreen (4-wire)] ( http://ww1.microchip.com/downloads/en/Appnotes/doc8091.pdf ) | GPIO |
114
115
| [ RTL8720DN 2.4G/5G Dual Bands Wireless and BLE5.0] ( https://www.seeedstudio.com/Realtek8720DN-2-4G-5G-Dual-Bands-Wireless-and-BLE5-0-Combo-Module-p-4442.html ) | UART |
116
+ | [ SCD4x CO2 Sensor] ( https://sensirion.com/media/documents/C4B87CE6/627C2DCD/CD_DS_SCD40_SCD41_Datasheet_D1.pdf ) | I2C |
115
117
| [ Semihosting] ( https://wiki.segger.com/Semihosting ) | Debug |
116
118
| [ Servo] ( https://learn.sparkfun.com/tutorials/hobby-servo-tutorial/all ) | PWM |
117
119
| [ Shift register (PISO)] ( https://en.wikipedia.org/wiki/Shift_register#Parallel-in_serial-out_\( PISO\) ) | GPIO |
0 commit comments