boschsensortec / BMI270_SensorAPI

This respository contains Bosch Sensortec's BMI270 inertial measurement unit's sensor API. To report issues, go to https://community.bosch-sensortec.com/t5/Bosch-Sensortec-Community/ct-p/bst_community
BSD 3-Clause "New" or "Revised" License
57 stars 51 forks source link

Wait removed - does not work #18

Open jensb1 opened 1 year ago

jensb1 commented 1 year ago

The line /* Wait till ASIC is initialized */ dev->delay_us(150000, dev->intf_ptr);

was removed from write_config_file in bmi2.c, this doesn't work on my installation. Adding the wait back does.