Puck lib
Dependencies: BLE_API nRF51822
Fork of Puck by
History
Hoist logging out of Puck.h; ; There was a problem with multiple definitions of functions in Puck.h if; used in two different files. The logger has been moved out so that we; have independent loggers for each file, which can have different verbosity.
2014-07-24, by cristea [Thu, 24 Jul 2014 09:25:42 +0000] rev 7
Hoist logging out of Puck.h; ; There was a problem with multiple definitions of functions in Puck.h if; used in two different files. The logger has been moved out so that we; have independent loggers for each file, which can have different verbosity.
merge
2014-07-23, by sigveseb [Wed, 23 Jul 2014 14:34:21 +0000] rev 6
merge
return reference to ble instead of copy
2014-07-23, by stiaje [Wed, 23 Jul 2014 14:19:52 +0000] rev 5
return reference to ble instead of copy
Fix memory issue
2014-07-23, by stiaje [Wed, 23 Jul 2014 13:58:35 +0000] rev 4
Fix memory issue
Add ble handling
2014-07-23, by sigveseb [Wed, 23 Jul 2014 13:00:42 +0000] rev 3
Add ble handling
Change to 'getVariable' function naming
2014-07-17, by stiaje [Thu, 17 Jul 2014 08:48:07 +0000] rev 2
Change to 'getVariable' function naming
Make all pucks connectable
2014-07-17, by stiaje [Thu, 17 Jul 2014 08:46:50 +0000] rev 1
Make all pucks connectable
Initial commit
2014-07-15, by stiaje [Tue, 15 Jul 2014 14:33:09 +0000] rev 0
Initial commit