Browse Source

nano-33-ble: typo in LPS22HB peripheral definition and documentation (#2579)

pull/2595/head
Yurii Soldak 3 years ago
committed by GitHub
parent
commit
3458726234
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/machine/board_nano-33-ble.go

2
src/machine/board_nano-33-ble.go

@ -110,7 +110,7 @@ const (
APDS_INT = P0_19 // Proximity (APDS9960) interrupt pin
LSM_PWR = P0_22 // IMU (LSM9DS1) power
LSP_PWR = P0_22 // Pressure (LSP22) power
LPS_PWR = P0_22 // Pressure (LPS22HB) power
HTS_PWR = P0_22 // Humidity (HTS221) power
MIC_PWR = P0_17 // Microphone (MP34DT06JTR) power

Loading…
Cancel
Save