Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 4:4a2d17de21cf
- Parent:
- 3:3bf1a7613e06
--- 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)