Skip to content

Commit

Permalink
add sensors to i2c scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
qqqlab committed Oct 18, 2024
1 parent 8f6e2ad commit dca644d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion extras/I2C_Chip_Scanner/I2C_Chip_Scanner.ino
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,12 @@ test_struct tests[] = {
{0x40, 0x4F, 0x00, 2, 0x399F, "INA219 current sensor"},
{0x40, 0x4F, 0x00, 2, 0x4127, "INA226 current sensor"},
{0x48, 0x4F, 0x01, 2, 0x8583, "ADS1113, ADS1114, or ADS1115 ADC"},
{0x68, 0x69, 0x00, 1, 0xEA, "ICM-20948 9DOF"},
{0x68, 0x69, 0x00, 1, 0xEA, "ICM20948 9DOF"},
{0x68, 0x69, 0x00, 1, 0x68, "MPU3050"},
{0x68, 0x69, 0x00, 1, 0x69, "MPU3050"},
{0x68, 0x69, 0x75, 1, 0x12, "ICM20602 6DOF"},
{0x68, 0x69, 0x75, 1, 0x19, "MPU6886 6DOF"},
{0x68, 0x69, 0x75, 1, 0x47, "ICM42688P 6DOF"},
{0x68, 0x69, 0x75, 1, 0x68, "MPU6000, MPU6050, or MPU9150 6/9DOF"},
{0x68, 0x69, 0x75, 1, 0x69, "FAKE MPU6050, got WHO_AM_I=0x69, real chip returns 0x68"},
{0x68, 0x69, 0x75, 1, 0x70, "MPU6500 6DOF"},
Expand Down
2 changes: 1 addition & 1 deletion src/madflight.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MADFLIGHT_VERSION "madflight v1.2.0"
#define MADFLIGHT_VERSION "madflight v1.2.1-DEV"

/*==========================================================================================
madflight - Flight Controller for ESP32 / RP2040 / STM32
Expand Down

0 comments on commit dca644d

Please sign in to comment.