sensor
Revision 9:e267adc73ab2, committed 2018-11-30
- Comitter:
- Joelpallent
- Date:
- Fri Nov 30 13:11:39 2018 +0000
- Parent:
- 8:d22ecbef9b90
- Commit message:
- sensor;
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 Fri Nov 30 13:11:39 2018 +0000 @@ -23,8 +23,8 @@ #define DEFAULT_SLAVE_ADDRESS (0x77) #ifdef _DEBUG -extern Serial pc; -#define DEBUG_PRINT(...) pc.printf(__VA_ARGS__) +//extern Serial pc; +#define DEBUG_PRINT(...) printf(__VA_ARGS__) #else #define DEBUG_PRINT(...) #endif