added debugging

Fork of BLE_nRF8001 by RedBearLab

Committer:
RedBearLab
Date:
Fri Oct 17 22:40:32 2014 +0800
Revision:
0:075ea2812998
BLE_nRF8001 library first commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
RedBearLab 0:075ea2812998 1 #include "BLEService.h"
RedBearLab 0:075ea2812998 2
RedBearLab 0:075ea2812998 3 BLEService::BLEService(const char* uuid) :
RedBearLab 0:075ea2812998 4 BLEAttribute(uuid, BLETypeService)
RedBearLab 0:075ea2812998 5 {
RedBearLab 0:075ea2812998 6 }