beagleboard / librobotcontrol

Robotics Focused library for embedded Linux computers. Mirror of https://git.beagleboard.org/beagleboard/librobotcontrol
https://beagleboard.org/librobotcontrol
MIT License
196 stars 158 forks source link

missing rc_i2c_release_bus() call in rc_bmp280.c #89

Closed mhsheppard closed 6 years ago

mhsheppard commented 6 years ago

if (var3 == 0) exit at line 342 fails to release i2c bus, can be fixed by moving rc_i2c_release_bus() call before the run the numbers code as no bus access required after this piont

StrawsonDesign commented 6 years ago

fixed in v0.4.0