aa

Dependencies:   mbed

Revision:
16:3f2c2d89372b
Parent:
0:669ef71cba68
Child:
29:44d5454ce8fa
diff -r dfcec98f5aa9 -r 3f2c2d89372b LED/LED.h
--- a/LED/LED.h	Sun Oct 21 02:14:15 2018 +0000
+++ b/LED/LED.h	Mon Jul 01 13:00:20 2019 +0000
@@ -10,10 +10,10 @@
     #define LED_ON  0
     #define LED_OFF 1
 
-    #define LED_DEBUG0_PIN  PC_11
-    #define LED_DEBUG1_PIN  PC_10
-    #define LED_DEBUG2_PIN  PC_12
-    #define LED_MU_PIN      PC_13
+    #define LED_DEBUG0_PIN  PA_8
+    #define LED_DEBUG1_PIN  PB_10
+    #define LED_DEBUG2_PIN  PB_4
+    #define LED_MU_PIN      PB_5
 
     #define LED_DEBUG0  LED::boardLED[0]
     #define LED_DEBUG1  LED::boardLED[1]