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
- Host: GitHub
- URL: https://github.com/farnazmnz/elevator
- Owner: farnazmnz
- Created: 2023-07-13T21:40:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T21:52:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T07:32:08.690Z (5 months ago)
- Language: Assembly
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elevator
simulation a part of the operation of an elevator with the 32ATMega microcontroller in Proteusthere 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.