Library for the Grove Earbud Heartrate Sensor

Dependents:   BLE_Police_HRM_Earbud df-2014-salesforce-hrm-k64f BLE_HeartRate_ppm emoSound ... more

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Thu Dec 18 05:34:40 2014 +0000
Parent:
8:06be613d8c3e
Child:
10:db3dea613e09
Commit message:
updated with option to disable console output

Changed in this revision

GroveEarbudSensor.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/GroveEarbudSensor.cpp	Wed Oct 01 21:34:06 2014 +0000
+++ b/GroveEarbudSensor.cpp	Thu Dec 18 05:34:40 2014 +0000
@@ -22,6 +22,7 @@
  
  // Console logging
  #define LOG_CONSOLE(...) { if (this->m_pc != NULL) this->m_pc->printf(__VA_ARGS__); }
+ //#define LOG_CONSOLE(...) { ; }
 
  // Our instance
  GroveEarbudSensor *_grove_earbud_sensor_instance = NULL;