s

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Semafor.h Source File

Semafor.h

00001 #ifndef SEmaFOr_2017
00002 #define SEmaFOr_2017
00003 
00004 #include "mbed.h"
00005 
00006 class Semafor{
00007     
00008     public:
00009             Semafor1(PinName pin);
00010             void pjesaci();
00011             
00012     private:
00013             BusOut Semafor1;
00014             
00015             }
00016 
00017 #endif