Skip to content

Commit

Permalink
move betaflight_target_converter
Browse files Browse the repository at this point in the history
  • Loading branch information
qqqlab committed Oct 21, 2024
1 parent 740ea76 commit 26c36d6
Show file tree
Hide file tree
Showing 773 changed files with 374 additions and 396 deletions.
2 changes: 1 addition & 1 deletion extras/I2C_Chip_Scanner/I2C_Chip_Scanner.ino
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ test_struct tests[] = {
{0x68, 0x69, 0x75, 1, 0x74, "MPU9515"},
{0x68, 0x69, 0x75, 1, 0x75, "FAKE MPU9250, got WHO_AM_I=0x75, real chip returns 0x71"},
{0x68, 0x69, 0x75, 1, 0x78, "FAKE MPU9250, got WHO_AM_I=0x78, real chip returns 0x71"},
{0x68, 0x69, 0x75, 1, 0x98, "ICM-20689"},
{0x68, 0x69, 0x75, 1, 0x98, "ICM20689"},
{0x76, 0x76, 0xD0, 1, 0x56, "BMP280 pressure"},
{0x76, 0x76, 0xD0, 1, 0x57, "BMP280 pressure"},
{0x76, 0x76, 0xD0, 1, 0x58, "BMP280 pressure"},
Expand Down
Loading

0 comments on commit 26c36d6

Please sign in to comment.