We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd6a5f commit 8243f1fCopy full SHA for 8243f1f
src/machine/board_nano-33-ble.go
@@ -110,7 +110,7 @@ const (
110
APDS_INT = P0_19 // Proximity (APDS9960) interrupt pin
111
112
LSM_PWR = P0_22 // IMU (LSM9DS1) power
113
- LSP_PWR = P0_22 // Pressure (LSP22) power
+ LPS_PWR = P0_22 // Pressure (LPS22HB) power
114
HTS_PWR = P0_22 // Humidity (HTS221) power
115
116
MIC_PWR = P0_17 // Microphone (MP34DT06JTR) power
0 commit comments