Hugo Pristauz / Mbed 2 deprecated S16_Blue_ToF

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers characteristic.cpp Source File

characteristic.cpp

00001 // characteristic.cpp - an easy to use overloaded characteristic class
00002 
00003 #include "bricks/characteristic.h"
00004 
00005    IniBuffer characteristicInidata;   // to initialize a characteristic
00006 
00007 // eof