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.
Dependents: weather_station_proj weather_station_project weather_station_proj_v1_2
Fork of BMP280 by
Revision 9:3a0af995dd4c, committed 2018-07-01
- Comitter:
- daniel_davvid
- Date:
- Sun Jul 01 11:58:14 2018 +0000
- Parent:
- 8:d22ecbef9b90
- Commit message:
- updated so it can work in a weather station project
Changed in this revision
BMP280.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/BMP280.h Thu May 25 20:22:32 2017 +0000 +++ b/BMP280.h Sun Jul 01 11:58:14 2018 +0000 @@ -20,7 +20,7 @@ //#define _DEBUG // default address with SDO High 0x77 // address with SDO LOW 0x76 -#define DEFAULT_SLAVE_ADDRESS (0x77) +#define DEFAULT_SLAVE_ADDRESS (0x76) #ifdef _DEBUG extern Serial pc;