serqet2

Dependencies:   BLE_API circular_buffer mbed nRF51822

Fork of serqet by Serqet

Revision:
12:7df0f60cf9e5
Parent:
11:d54f92efbe70
Child:
13:22ad79b4c26c
--- a/main.cpp	Tue Mar 24 22:59:40 2015 +0000
+++ b/main.cpp	Tue Mar 24 23:05:57 2015 +0000
@@ -211,8 +211,8 @@
 
 int main(void)
 {
-   // ticker.attach_us(read_analog_handle, 10000);
-     ticker.attach_us(m_test_handle, 1000000);
+    ticker.attach_us(read_analog_handle, 10000);
+   //  ticker.attach_us(m_test_handle, 10000);
     ble.init();
     ble.onDisconnection(disconnectionCallback);
     ble.onDataWritten(WrittenHandler);