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.
Fork of BME280 by
Revision 6:2f87adc3e6b7, committed 2017-01-20
- Comitter:
- Vlad
- Date:
- Fri Jan 20 00:35:46 2017 +0000
- Parent:
- 5:3eb4c6c38dc4
- Commit message:
- 10Khz I2C
Changed in this revision
BME280.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/BME280.cpp Fri Dec 30 03:13:46 2016 +0000 +++ b/BME280.cpp Fri Jan 20 00:35:46 2017 +0000 @@ -23,6 +23,7 @@ t_fine(0) { initialize(); + i2c.frequency(10000); } BME280::BME280(I2C &i2c_obj, char slave_adr)