my library for elec350
Revision 2:3528eaaf5319, committed 2016-10-06
- Comitter:
- spanesar
- Date:
- Thu Oct 06 09:43:02 2016 +0000
- Parent:
- 1:8cd3ad6ab5f3
- Child:
- 3:d62097c19a4e
- Commit message:
- deleted main
Changed in this revision
| main.cpp | Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Oct 06 09:40:57 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-#include "mbed.h"
-#include "Led.h"
-
-Led greenLed(PD_12);
-Led orangeLed(PD_13);
-Led redLed(PD_14);
-Led blueLed(PD_15);
-
-int main(){
- while(1){
- greenLed.flash(0.1);
- orangeLed.flash(0.1);
- redLed.flash(0.1);
- blueLed.flash(0.1);
- }
-}
\ No newline at end of file