the best program ever written
Revision 1:0b410816f96b, committed 2016-06-10
- Comitter:
- maclobski
- Date:
- Fri Jun 10 14:21:50 2016 +0000
- Parent:
- 0:8878e15623e3
- Commit message:
- change to LED3;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jun 10 03:27:27 2016 +0000
+++ b/main.cpp Fri Jun 10 14:21:50 2016 +0000
@@ -1,7 +1,7 @@
#include "mbed.h"
DigitalOut thisled(LED1);
-DigitalOut thatled(LED2);
+DigitalOut thatled(LED3);
int main() {
while(1) {