
control simulation of elevator
ovladanie.h@0:62c18ef61b61, 2019-01-23 (annotated)
- Committer:
- kicin2
- Date:
- Wed Jan 23 23:43:20 2019 +0000
- Revision:
- 0:62c18ef61b61
version 1.0.1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
kicin2 | 0:62c18ef61b61 | 1 | #ifndef __SENDFUNCTIONS_H_INCLUDED__ |
kicin2 | 0:62c18ef61b61 | 2 | #define __SENDFUNCTIONS_H_INCLUDED__ |
kicin2 | 0:62c18ef61b61 | 3 | void motor(int command); |
kicin2 | 0:62c18ef61b61 | 4 | void kabinkaLock(int command); |
kicin2 | 0:62c18ef61b61 | 5 | void ledButton(int floor, int command); |
kicin2 | 0:62c18ef61b61 | 6 | void LCDdisp(int floor, int command); |
kicin2 | 0:62c18ef61b61 | 7 | void ledReset(void); |
kicin2 | 0:62c18ef61b61 | 8 | #endif |