.
Dependents: Konstrukcijski_Blazevic kontrola_ulaza_IF
Diff: Ledica.h
- Revision:
- 0:b3bc716e5bea
- Child:
- 1:aa26b9c6dc15
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Ledica.h Tue Apr 06 12:07:11 2021 +0000 @@ -0,0 +1,13 @@ +#ifndef MBED_LEDICA_H +#define MBED_LEDICA_H +#include "mbed.h" + +class Ledica{ + public: + Ledica(PinName pin); + void status(int status); + void flipp(); + private: + DigitalOut _pin; + }; +#endif \ No newline at end of file