LEDの点滅や、ブザーのOn,Offの周期測定をおこなう。 搬送波の周期は測定できない(10ms周期以上のON,OFF)

Dependencies:   AQM0802A DigitalSw mbed

Revision:
0:c5384fa0fc28
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testLed.h	Sat May 20 01:33:48 2017 +0000
@@ -0,0 +1,19 @@
+#ifndef TESTLED_H
+#define TESTLED_H
+
+
+
+/** test led brink initialize
+ */
+ void testLedInitalize(void);
+
+
+/** test led brink control
+ * @parm bool request true:start request, false:non request
+ * @return bool true:brinking false:stop
+ */
+bool testLedMain(bool request);
+
+
+
+#endif // TESTLED_H
\ No newline at end of file