
control simulation of elevator
ovladanie.h
- Committer:
- kicin2
- Date:
- 2019-01-23
- Revision:
- 1:7dea46c9d8dc
- Parent:
- 0:62c18ef61b61
File content as of revision 1:7dea46c9d8dc:
#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