Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Mote.h
- Revision:
- 114:8462870088eb
- Parent:
- 90:79a8c8660a4e
- Child:
- 135:69d2d725ea1e
--- a/Mote.h Fri Dec 08 15:09:37 2017 -0600
+++ b/Mote.h Thu Dec 28 12:41:02 2017 -0600
@@ -31,6 +31,11 @@
class MoteEvents: public MacEvents {
/**
+ * Fired at start of TX
+ */
+ virtual void TxStart(void);
+
+ /**
* Fired at end of TX
* @param dr datarate used for TX
*/