Layer 2 Aloha packet
Diff: AlohaFrame.h
- Revision:
- 2:849128cfddb8
- Parent:
- 1:b714fce6e23b
- Child:
- 3:9bc861001717
--- a/AlohaFrame.h Thu Jul 14 04:47:43 2016 +0000 +++ b/AlohaFrame.h Mon Aug 08 09:37:32 2016 +0000 @@ -49,7 +49,7 @@ void setDestinationAddress(uint8_t da); void setFullMessageFlag(uint8_t fmf); void setSequenceID(uint8_t seqid); - void setPayload(uint8_t payload, uint8_t idx); + void setPayload(uint8_t idx, uint8_t payload); uint8_t getType(); uint8_t getPayloadLength();