control simulation of elevator

Dependencies:   mbed TSI

Committer:
kicin2
Date:
Wed Jan 23 23:52:27 2019 +0000
Revision:
1:7dea46c9d8dc
Parent:
0:62c18ef61b61
version 1.0.2

Who changed what in which revision?

UserRevisionLine numberNew 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