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.
Revision 12:e914ca5cd44b, committed 2018-06-07
- Comitter:
- carlosperales95
- Date:
- Thu Jun 07 12:07:42 2018 +0000
- Parent:
- 11:021210c59a95
- Child:
- 13:dbf1ead12cee
- Commit message:
- tags
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jun 07 10:35:45 2018 +0000
+++ b/main.cpp Thu Jun 07 12:07:42 2018 +0000
@@ -17,14 +17,17 @@
///p11
///p12
+
//M0 - p13
DigitalIn d21(p13);
//M1 - p14
DigitalIn d22(p14);
//M2 - p15
DigitalIn d23(p15);
+
//p16
-///p17
+//p17
+
//BUZZER - p18
DigitalOut buzz(p18); // buzz=0 doesn't beep, buzz=1 beeps
@@ -46,9 +49,9 @@
DigitalOut greenled(p30);
+
//**************** FUNCTIONS FOR DENVER TRAIN ****************//
-
void interrupted(){
}
@@ -93,6 +96,7 @@
}
+
//**************** MAIN PROGRAM FOR DENVER TRAIN ****************//
int main()