An open API service indexing awesome lists of open source software.

https://github.com/farnazmnz/elevator

simulation a part of the operation of an elevator with the 32ATMega microcontroller
https://github.com/farnazmnz/elevator

Last synced: 3 months ago
JSON representation

simulation a part of the operation of an elevator with the 32ATMega microcontroller

Awesome Lists containing this project

README

        

# Elevator
simulation a part of the operation of an elevator with the 32ATMega microcontroller in Proteus

there are four keys :
(close, open, req, in) are connected to the micro.

The functions of the keys are as follows:

in key: means that the elevator reaches this floor. (we have to manually set this key to one or zero).

req key: means the user's request to enter the elevator.

open key: used to open the elevator door.

close key: to close the elevator door.