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 9:b663ba6a53fe, committed 2013-11-04
- Comitter:
- Reiko
- Date:
- Mon Nov 04 17:06:58 2013 +0000
- Parent:
- 8:eee78d8bfdb9
- Commit message:
- Removed done interrupt handling
Changed in this revision
| coilgun.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/coilgun.cpp Thu Sep 19 14:29:24 2013 +0000
+++ b/coilgun.cpp Mon Nov 04 17:06:58 2013 +0000
@@ -7,7 +7,7 @@
state = idle;
kickPin = 1;
chargePin = 0;
- donePin.fall(this, &Coilgun::chargeEnd);
+ //donePin.fall(this, &Coilgun::chargeEnd);
discharge(); // For safety reasons.
}
