d
Fork of MAX30100 by
Revision 1:4cce508186cf, committed 2016-12-03
- Comitter:
- arturogasca
- Date:
- Sat Dec 03 04:25:02 2016 +0000
- Parent:
- 0:010b908e2187
- Commit message:
- modicado los defines de i2c
Changed in this revision
MAX30100.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 010b908e2187 -r 4cce508186cf MAX30100.cpp --- a/MAX30100.cpp Fri Nov 25 00:52:54 2016 +0000 +++ b/MAX30100.cpp Sat Dec 03 04:25:02 2016 +0000 @@ -14,8 +14,9 @@ */ #include "MAX30100.h" - +#include "pines.h" I2C Wire(I2C_SDA , I2C_SCL ); +//I2C Wire(P0_1, P0_2); //sda scl MAX30100::MAX30100() {