You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Temperature and Humidity | SHTC3 |[Datasheet](https://www.mouser.com/datasheet/2/682/Sensirion_04202018_HT_DS_SHTC3_Preliminiary_D2-1323493.pdf)|[Link](https://crates.io/crates/shtcx)| 0x70 |
56
56
57
+
> Note that the temperature sensor might be affected by the heat dissipation of the module.
58
+
57
59
#### I2C Bus Connection
58
60
59
61
| Signal | GPIO |
60
62
| ------ | ------ |
61
-
| SDA |GPIO10|
63
+
| SDA |GPIO7 |
62
64
| SCL | GPIO8 |
63
65
64
66
### I/Os
65
67
66
68
The following devices are connected through GPIO:
67
69
68
-
| I/O Devices | GPIO |
69
-
| ----------- | ----- |
70
-
| WS2812 LED | GPIO2 |
71
-
| LED |GPIO7|
72
-
| Button/Boot | GPIO9 |
70
+
| I/O Devices | GPIO |
71
+
| ----------- | ----- |
72
+
| WS2812 LED | GPIO2 |
73
+
| LED |GPIO10|
74
+
| Button/Boot | GPIO9 |
73
75
74
76
### Power
75
77
@@ -80,7 +82,7 @@ The following devices are connected through GPIO:
0 commit comments