![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
Functions | |
void | GyroStart (wsfHandlerId_t handlerId, uint8_t timerEvt) |
Start service. More... | |
void | GyroStop (void) |
Stop service. More... | |
void | GyroMeasStop (void) |
Measurement stop handler. More... | |
void | GyroMeasStart (void) |
Measurement start handler. More... | |
void | GyroMeasComplete (dmConnId_t connId, int16_t x, int16_t y, int16_t z) |
Measurement complete handler. More... | |
void GyroStart | ( | wsfHandlerId_t | handlerId, |
uint8_t | timerEvt | ||
) |
Start service.
handlerId | Handler ID. |
timerEvt | Timer message event. |
void GyroStop | ( | void | ) |
Stop service.
void GyroMeasStop | ( | void | ) |
Measurement stop handler.
void GyroMeasStart | ( | void | ) |
Measurement start handler.
void GyroMeasComplete | ( | dmConnId_t | connId, |
int16_t | x, | ||
int16_t | y, | ||
int16_t | z | ||
) |
Measurement complete handler.
connId | Connection ID. |
x | Gyroscope x-axis reading. |
y | Gyroscope y-axis reading. |
z | Gyroscope z-axis reading. |