Rohit Grover / Mbed 2 deprecated BLE_HeartRate_Pixart

Dependencies:   BLE_API mbed nRF51822 paw8001motion25_nrf51_mbed_keil

Fork of BLE_HeartRate by Bluetooth Low Energy

Revision:
50:f7808934677c
Parent:
47:430545f41113
Child:
51:464a019d3191
--- a/main.cpp	Wed Nov 05 14:15:20 2014 +0000
+++ b/main.cpp	Wed Nov 12 08:39:52 2014 +0000
@@ -45,6 +45,7 @@
 
 int main(void)
 {
+    I2C i2c(I2C_SDA0, I2C_SCL0);
     led1 = 1;
     Ticker ticker;
     ticker.attach(periodicCallback, 1);