Skip to content

Commit 3458726

Browse files
authored
nano-33-ble: typo in LPS22HB peripheral definition and documentation (#2579)
1 parent a7a69d3 commit 3458726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine/board_nano-33-ble.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const (
110110
APDS_INT = P0_19 // Proximity (APDS9960) interrupt pin
111111

112112
LSM_PWR = P0_22 // IMU (LSM9DS1) power
113-
LSP_PWR = P0_22 // Pressure (LSP22) power
113+
LPS_PWR = P0_22 // Pressure (LPS22HB) power
114114
HTS_PWR = P0_22 // Humidity (HTS221) power
115115

116116
MIC_PWR = P0_17 // Microphone (MP34DT06JTR) power

0 commit comments

Comments
 (0)