Biblioteka Flasher koda

Dependents:   Mikroupravljaci_vjezba_flasher

Revision:
0:87793af99c3b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Flasher.h	Fri May 22 17:21:29 2015 +0000
@@ -0,0 +1,11 @@
+#ifndef MBED_FLASHER_H
+#define MBED_FLASHER_H
+#include "mbed.h"
+class Flasher {
+public:
+Flasher(PinName pin);
+void flash(int n);
+private:
+DigitalOut _pin;
+};
+#endif
\ No newline at end of file