Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_Police_HRM_Earbud df-2014-salesforce-hrm-k64f BLE_HeartRate_ppm emoSound ... more
Revision 10:db3dea613e09, committed 2014-12-18
- Comitter:
- ansond
- Date:
- Thu Dec 18 05:41:14 2014 +0000
- Parent:
- 9:2256cd8dca35
- Child:
- 11:30d8d0a456f3
- Commit message:
- disabled logging
Changed in this revision
| GroveEarbudSensor.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/GroveEarbudSensor.cpp Thu Dec 18 05:34:40 2014 +0000
+++ b/GroveEarbudSensor.cpp Thu Dec 18 05:41:14 2014 +0000
@@ -21,8 +21,8 @@
#include "GroveEarbudSensor.h"
// Console logging
- #define LOG_CONSOLE(...) { if (this->m_pc != NULL) this->m_pc->printf(__VA_ARGS__); }
- //#define LOG_CONSOLE(...) { ; }
+ //#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;

Grove Ear-clip Heart Rate Sensor