added debugging

Fork of BLE_nRF8001 by RedBearLab

BLE_nRF8001/BLEService.h

Committer:
RedBearLab
Date:
2014-10-17
Revision:
0:075ea2812998

File content as of revision 0:075ea2812998:

#ifndef _BLE_SERVICE_H_
#define _BLE_SERVICE_H_

#include "BLEAttribute.h"

class BLEService : public BLEAttribute
{
  public:
    BLEService(const char* uuid);
};

#endif