A library for easier setup and prototyping of new pucks, by collecting everything that is common for all pucks in one place.
Dependencies: BLE_API nRF51822
Fork of Puck by
History
More documentation.
2014-08-01, by aleksanb [Fri, 01 Aug 2014 14:15:25 +0000] rev 13
More documentation.
Document puck library.
2014-08-01, by aleksanb [Fri, 01 Aug 2014 13:31:46 +0000] rev 12
Document puck library.
Remove .orig file
2014-08-01, by stiaje [Fri, 01 Aug 2014 07:46:52 +0000] rev 11
Remove .orig file
Merge 'Update display puck to use new lib'
2014-08-01, by stiaje [Fri, 01 Aug 2014 07:45:38 +0000] rev 10
Merge 'Update display puck to use new lib'
Update display puck to use new puck lib
2014-07-29, by sigveseb [Tue, 29 Jul 2014 14:03:14 +0000] rev 9
Update display puck to use new puck lib
Add support for characteristic value updating from the mbed
2014-07-24, by sigveseb [Thu, 24 Jul 2014 14:27:55 +0000] rev 8
Add support for characteristic value updating from the mbed
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