
control simulation of elevator
Diff: ovladanie.h
- Revision:
- 0:62c18ef61b61
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ovladanie.h Wed Jan 23 23:43:20 2019 +0000 @@ -0,0 +1,8 @@ +#ifndef __SENDFUNCTIONS_H_INCLUDED__ +#define __SENDFUNCTIONS_H_INCLUDED__ +void motor(int command); +void kabinkaLock(int command); +void ledButton(int floor, int command); +void LCDdisp(int floor, int command); +void ledReset(void); +#endif \ No newline at end of file