HW layer for the Nucleo board, it only work with old BLE_API
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: utils/inc/Payload.h
- Revision:
- 14:baa7a1464517
- Parent:
- 12:a5d7db4a1e49
- Child:
- 18:6d5f4c638f6a
diff -r a5d7db4a1e49 -r baa7a1464517 utils/inc/Payload.h --- a/utils/inc/Payload.h Tue Aug 05 06:33:39 2014 +0000 +++ b/utils/inc/Payload.h Wed Aug 06 11:00:23 2014 +0000 @@ -68,7 +68,8 @@ uint8_t Payload::getIDAtIndex(int index); uint8_t Payload::getLengthAtIndex(int index); uint8_t* Payload::getDataAtIndex(int index); - int8_t getInt8AtIndex(int index); + int8_t getInt8AtIndex(int index); + uint16_t getUint16AtIndex(int index); }; #endif // __PAYLOAD_H__ \ No newline at end of file