タイマー割り込み

Dependencies:   mbed

Revision:
0:d29654e3c825
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.h	Thu May 14 08:33:32 2015 +0000
@@ -0,0 +1,5 @@
+#define HIGH 1
+#define LOW  0
+
+void LightGlowing();
+void LightFlash();
\ No newline at end of file