Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: BMP280.h
- Revision:
- 6:b2672da545f1
- Parent:
- 4:de69851cf725
- Child:
- 9:256989faeb3b
diff -r da629056644f -r b2672da545f1 BMP280.h --- a/BMP280.h Wed Apr 08 12:36:36 2020 +0000 +++ b/BMP280.h Thu Apr 09 02:05:03 2020 +0000 @@ -46,7 +46,7 @@ * @param i2c_obj I2C object (instance) * @param SlaveAddress (option) I2C-bus address (default: 0x77) */ - BMP280(I2C &i2c_obj, char SlaveAddress = BMP280SlaveAddressDefault); + BMP280(I2C &Bus, char SlaveAddress = BMP280SlaveAddressDefault); ~BMP280();