A library for easier setup and prototyping of IoT devices (pucks), by collecting everything that is common for all pucks in one place.

Dependencies:   BLE_API nRF51822

Fork of Puck by Nordic Pucks

Revision:
5:2f2a2ac6b231
Parent:
3:5432b38585ea
Child:
6:211ffef3b88e
diff -r 5432b38585ea -r 2f2a2ac6b231 Puck.h
--- a/Puck.h	Wed Jul 23 13:00:42 2014 +0000
+++ b/Puck.h	Wed Jul 23 14:19:52 2014 +0000
@@ -95,7 +95,7 @@
     public:
         static Puck &getPuck();
         
-        BLEDevice getBle() { return ble; }
+        BLEDevice &getBle() { return ble; }
         PuckState getState() { return state; }
         void setState(PuckState state);        
         void init(uint16_t minor);