Library for MAX30101 SpO2 and heart rate sensor

Dependents:   HeartRate HeartRate proj final_project_ee119 ... more

Revision:
7:ce122c27358e
Parent:
5:be1dde31fe49
Child:
8:cc2dae00ce63
--- a/MAX30101.cpp	Thu May 18 20:53:46 2017 +0000
+++ b/MAX30101.cpp	Thu Jul 27 20:40:29 2017 +0000
@@ -36,14 +36,6 @@
 
 
 //*****************************************************************************
-MAX30101::MAX30101(PinName sda, PinName scl):
-m_i2cBus(sda, scl)
-{
-    //empty block
-}
-
-
-//*****************************************************************************
 MAX30101::MAX30101(I2C &i2c):
 m_i2cBus(i2c)
 {