@@ -52,7 +52,7 @@ func main() {
5252
5353## Currently supported devices
5454
55- The following 78 devices are supported.
55+ The following 80 devices are supported.
5656
5757| Device Name | Interface Type |
5858| -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -------------|
@@ -97,6 +97,7 @@ The following 78 devices are supported.
9797| [ LPS22HB MEMS nano pressure sensor] ( https://www.st.com/resource/en/datasheet/dm00140895.pdf ) | I2C |
9898| [ LSM6DS3 accelerometer] ( https://www.st.com/resource/en/datasheet/lsm6ds3.pdf ) | I2C |
9999| [ 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 |
100101| [ LSM303AGR accelerometer] ( https://www.st.com/resource/en/datasheet/lsm303agr.pdf ) | I2C |
101102| [ LSM9DS1 accelerometer] ( https://www.st.com/resource/en/datasheet/lsm9ds1.pdf ) | I2C |
102103| [ MAG3110 magnetometer] ( https://www.nxp.com/docs/en/data-sheet/MAG3110.pdf ) | I2C |
@@ -112,6 +113,7 @@ The following 78 devices are supported.
112113| [ PCF8563 real time clock] ( https://www.nxp.com/docs/en/data-sheet/PCF8563.pdf ) | I2C |
113114| [ Resistive Touchscreen (4-wire)] ( http://ww1.microchip.com/downloads/en/Appnotes/doc8091.pdf ) | GPIO |
114115| [ 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 |
115117| [ Semihosting] ( https://wiki.segger.com/Semihosting ) | Debug |
116118| [ Servo] ( https://learn.sparkfun.com/tutorials/hobby-servo-tutorial/all ) | PWM |
117119| [ Shift register (PISO)] ( https://en.wikipedia.org/wiki/Shift_register#Parallel-in_serial-out_\( PISO\) ) | GPIO |
0 commit comments