BMP280 temperature & pressure
Revision 1:9bb59e83df7a, committed 2018-04-27
- Comitter:
- johnathanlyu
- Date:
- Fri Apr 27 09:43:42 2018 +0000
- Parent:
- 0:c2987bafde6c
- Commit message:
- update initial flow
Changed in this revision
BMP280.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r c2987bafde6c -r 9bb59e83df7a BMP280.h --- a/BMP280.h Fri Jun 02 06:22:51 2017 +0000 +++ b/BMP280.h Fri Apr 27 09:43:42 2018 +0000 @@ -48,7 +48,6 @@ int init(char ctrl_meas = 0x6F, char config = 0x70); int readData(float *tempC, int *pressPa); - protected: I2C m_i2c; Serial pc;