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
Revision 2:04dcded3ccae, committed 2015-08-28
- Comitter:
- spyglass77
- Date:
- Fri Aug 28 17:31:46 2015 +0000
- Parent:
- 1:8f5fb022c757
- Commit message:
- add commit
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Aug 28 17:03:39 2015 +0000
+++ b/main.cpp Fri Aug 28 17:31:46 2015 +0000
@@ -4,8 +4,7 @@
DigitalOut emergencyLED(PA_8);//外部LED
DigitalOut statusLED(PA_5);//内部LED
-void emergencyLoop(){
- //割り込みループ処理
+void emergencyLoop(){ //割り込みループ処理
emergencyLED = !emergencyLED;//外部LEDを反転
}