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.
Dependencies: mbed TrapezoidControl QEI
Diff: Communication/Controller/Mu/Mu.h
- Revision:
- 16:3f2c2d89372b
- Parent:
- 0:669ef71cba68
--- a/Communication/Controller/Mu/Mu.h	Sun Oct 21 02:14:15 2018 +0000
+++ b/Communication/Controller/Mu/Mu.h	Mon Jul 01 13:00:20 2019 +0000
@@ -5,8 +5,8 @@
 #include "mbed.h"
 
 namespace MU {
-    #define MU_TX PC_6
-    #define MU_RX PC_7
+    #define MU_TX PA_0
+    #define MU_RX PA_1
 
     class Mu {
         public: