
This is an example Heart Rate Service created using a C-like approach. Rather than creating the service as a class and then using an instance of it, the service is entirely done with simple functions and variables.
Fork of nRF5-DK-HeartRateDemo by
History
Initial Release;
2016-11-14, by bsiever [Mon, 14 Nov 2016 20:05:44 +0000] rev 4
Initial Release;
nRF52-DK Heart Rate Service developed with C-based approach to the service (rather than an object for the service). It still uses objects for the UUIDs and Characteristics. Initial commit. This version supports only the 8-bit heart rate and energy
2016-11-11, by bsiever [Fri, 11 Nov 2016 20:33:07 +0000] rev 3
nRF52-DK Heart Rate Service developed with C-based approach to the service (rather than an object for the service). It still uses objects for the UUIDs and Characteristics. Initial commit. This version supports only the 8-bit heart rate and energy
Updated to include commented services and better debugging macro.
2016-11-11, by bsiever [Fri, 11 Nov 2016 19:25:56 +0000] rev 2
Updated to include commented services and better debugging macro.
Initial Version
2016-11-10, by bsiever [Thu, 10 Nov 2016 22:49:54 +0000] rev 1
Initial Version
Initial Version;
2016-11-10, by bsiever [Thu, 10 Nov 2016 22:26:04 +0000] rev 0
Initial Version;