BleSerialPeripheralRK
|
Class to lock and unlock the tx mutex automatically. Allocate this object on the stack so when it goes out of scope the mutex will always be released. More...
#include <BleSerialPeripheralRK.h>
Public Member Functions | |
BleSerialPeripheralLock (BleSerialPeripheralBase *parent) | |
Protected Attributes | |
BleSerialPeripheralBase * | parent |
Class to lock and unlock the tx mutex automatically. Allocate this object on the stack so when it goes out of scope the mutex will always be released.