missing rc_i2c_release_bus() call in rc_bmp280.c
Created by: mhsheppard
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