Skip to content

Commit

Permalink
buh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadteeto authored Mar 29, 2024
1 parent 489be56 commit bd38595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

// put function declarations here:
// the pi pico has its pin
// BMI280 sensor INT1 ---> 3
// BMI280 sensor INT2 ---> 4
// BMP388 sensor INT ---> 2
// BMI270 sensor INT1 ---> 3
// BMI270 sensor INT2 ---> 4
// BMP390 sensor INT ---> 2
// I2C SCL pin ---> 21
// I2C SDA pin ---> 20

// BMI280 AND BMP388 AND QMC5883L ON THE SAME I2C BUS
// BMI270 AND BMP390 AND QMC5883L ON THE SAME I2C BUS
// RFD900_RADIO TX ---> 12
// RFD900_RADIO RX ---> 13

Expand Down

0 comments on commit bd38595

Please sign in to comment.