
control simulation of elevator
Diff: bezpecnost.h
- Revision:
- 0:62c18ef61b61
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bezpecnost.h Wed Jan 23 23:43:20 2019 +0000 @@ -0,0 +1,9 @@ +#ifndef __EMERGENCY_H_INCLUDED__ +#define __EMERGENCY_H_INCLUDED__ +void Emergency(void); +void EmergencyDeact(void); +void WatchDog(void); +void WatchDogReset(void); +void TSIBreak(void); +void EmergBreak(void); +#endif \ No newline at end of file