SurreyEARS / Mbed 2 deprecated EARS-FlightCTRL

Dependencies:   mbed USBDevice

Files at this revision

API Documentation at this revision

Comitter:
captaingoujon
Date:
Tue Aug 18 13:25:53 2015 +0000
Branch:
dev-USB
Parent:
4:9bc07cce9fe6
Commit message:
Switched LED to PB_2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Aug 01 15:58:36 2015 +0000
+++ b/main.cpp	Tue Aug 18 13:25:53 2015 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "USBSerial.h"
 
-DigitalOut myled(LED1);
+DigitalOut myled(PB_2);
 InterruptIn usbPower(PA_9);
 USBSerial pcSerial(0x1f00,0x2012,0x001,false);