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: PrjDefs.h
- Revision:
- 11:6519744c77f9
- Parent:
- 7:7aaa14391264
- Child:
- 12:6f63e376c0aa
diff -r f7a320faef76 -r 6519744c77f9 PrjDefs.h
--- a/PrjDefs.h Sat Aug 03 16:31:12 2019 +0000
+++ b/PrjDefs.h Sat Aug 03 20:03:56 2019 +0000
@@ -3,6 +3,8 @@
#define ArrTxSize 16
#define ArrRxSize 16
-#define ArrTxInitializer {0x20,0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,0x4A,0x4b,0x4c,0x4d,0x4e,0x4f}
-#define ArrRxInitializer {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}
-//#define ArrRxInitializer {}
+
+#include "TxRxService.h"
+
+#define pcTx USBTX
+#define pcRx USBRX
\ No newline at end of file