s

Revision:
0:641b73812fdf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Semafor.h	Thu Jan 19 11:57:10 2017 +0000
@@ -0,0 +1,17 @@
+#ifndef SEmaFOr_2017
+#define SEmaFOr_2017
+
+#include "mbed.h"
+
+class Semafor{
+    
+    public:
+            Semafor1(PinName pin);
+            void pjesaci();
+            
+    private:
+            BusOut Semafor1;
+            
+            }
+
+#endif
\ No newline at end of file