Simple driver for DWM1000 modules.
Diff: DW1000.h
- Revision:
- 4:faf802b4af85
- Parent:
- 2:12a2907957b8
- Child:
- 5:c34ebc7f650c
diff -r 6a9372463510 -r faf802b4af85 DW1000.h --- a/DW1000.h Thu Feb 11 10:49:11 2016 +0000 +++ b/DW1000.h Tue Mar 29 10:00:23 2016 +0000 @@ -75,7 +75,10 @@ void setEUI(uint64_t EUI); // sets 64 bit Extended Unique Identifier according to IEEE standard float getVoltage(); // gets the current chip voltage measurement form the A/D converter uint64_t getStatus(); // get the 40 bit device status - bool hasSentFrame(); + bool hasTransmissionStarted(); // check if frame transmission has started + bool hasSentPreamble(); // check if preamble has been sent + bool hasSentPHYHeader(); // check if PHY header has been sent + bool hasSentFrame(); // check if frame has been sent completely bool hasReceivedFrame(); void clearReceivedFlag(); void clearSentFlag();