complete1

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
NamSom
Date:
Wed Oct 14 04:01:49 2015 +0000
Parent:
3:3bf1a7613e06
Commit message:
Complete

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Oct 13 08:46:10 2015 +0000
+++ b/main.cpp	Wed Oct 14 04:01:49 2015 +0000
@@ -1,6 +1,5 @@
 #include "mbed.h"
 
-InterruptIn trig1(D3);
 
 DigitalOut myled0(D15);
 DigitalOut myled1(D14);
@@ -175,7 +174,6 @@
 
 int main()
 {
-    //trig1.(&trigger1);
     while(1) {
         if(inbutton1==1 && inbutton2==0 && inbutton3==0)