m

Fork of MAX30100 by Eduardo Avelar

Files at this revision

API Documentation at this revision

Comitter:
arturogasca
Date:
Sat Dec 03 11:43:35 2016 +0000
Parent:
0:010b908e2187
Commit message:
max30100

Changed in this revision

MAX30100.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 010b908e2187 -r e3b9aff8f221 MAX30100.cpp
--- a/MAX30100.cpp	Fri Nov 25 00:52:54 2016 +0000
+++ b/MAX30100.cpp	Sat Dec 03 11:43:35 2016 +0000
@@ -14,8 +14,12 @@
 */
 
 #include "MAX30100.h"
+#define I2C_SDA p7
+#define I2C_SCL p6
+
 
 I2C Wire(I2C_SDA , I2C_SCL );
+//I2C Wire(P0_1, P0_2); //sda scl
 
 MAX30100::MAX30100()
 {