デジタル出力のサンプルプログラム

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
GGU
Date:
Tue Jul 30 04:12:37 2019 +0000
Parent:
0:4d047a1ff8ec
Commit message:
test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jul 29 02:53:57 2019 +0000
+++ b/main.cpp	Tue Jul 30 04:12:37 2019 +0000
@@ -1,3 +1,4 @@
+//LEDを0.2s点灯させ1s消灯
 #include "mbed.h"
 
 DigitalOut myled(LED1);