Skip to content

Commit

Permalink
rfe: fixed the i2c bus of the imu bosch bno055 + moved application to…
Browse files Browse the repository at this point in the history
… version 1.2.2 (#230)
  • Loading branch information
marcoaccame authored Dec 20, 2021
1 parent e4d3eb8 commit 07c728b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ constexpr uint32_t numMilli = 50;

constexpr embot::app::theCANboardInfo::applicationInfo applInfo
{
embot::prot::can::versionOfAPPLICATION {1, 2, 1},
embot::prot::can::versionOfAPPLICATION {1, 2, 2},
embot::prot::can::versionOfCANPROTOCOL {2, 0}
};

Expand Down
2 changes: 1 addition & 1 deletion emBODY/eBcode/arch-arm/board/rfe/bsp/embot_hw_bsp_rfe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ namespace embot { namespace hw { namespace bno055 {

// .boot = { BNO055_BOOT_GPIO_Port, BNO055_BOOT_Pin }, .reset = { BNO055_RESET_GPIO_Port, BNO055_RESET_Pin }
constexpr PROP prop01 {
{ embot::hw::I2C::two, 0x50 },
{ embot::hw::I2C::one, 0x50 },
{ embot::hw::GPIO::PORT::C, embot::hw::GPIO::PIN::fourteen }, // .boot
{ embot::hw::GPIO::PORT::C, embot::hw::GPIO::PIN::fifteen } // .reset
};
Expand Down

0 comments on commit 07c728b

Please sign in to comment.