control simulation of elevator

Dependencies:   mbed TSI

Committer:
kicin2
Date:
Wed Jan 23 23:43:20 2019 +0000
Revision:
0:62c18ef61b61
version 1.0.1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kicin2 0:62c18ef61b61 1 #ifndef __ELEVAT_H_INCLUDED__
kicin2 0:62c18ef61b61 2 #define __ELEVAT_H_INCLUDED__
kicin2 0:62c18ef61b61 3
kicin2 0:62c18ef61b61 4 void buttonOutSwitch();
kicin2 0:62c18ef61b61 5 void elevReset();
kicin2 0:62c18ef61b61 6
kicin2 0:62c18ef61b61 7 #endif