Pressure and temperature sensor based on BMP280
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 |
diff -r d22ecbef9b90 -r 3a0af995dd4c BMP280.h --- 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;