Vincent Cheung
/
HelloWorld
h
Fork of HelloWorld by
Diff: Hardware.cpp
- Revision:
- 4:f0a11480f39f
- Parent:
- 3:641eefd1110b
- Child:
- 5:afabac4fce1b
diff -r 641eefd1110b -r f0a11480f39f Hardware.cpp --- a/Hardware.cpp Wed Oct 26 21:17:17 2016 +0000 +++ b/Hardware.cpp Mon Nov 14 19:59:54 2016 +0000 @@ -1,5 +1,5 @@ #include "Hardware.h" #include "mbed.h" -DigitalOut output_pin_A(LED1); +DigitalOut output_pin_A(LED3); DigitalOut output_pin_V(LED2); \ No newline at end of file