cjoshmartin / elevator-simulation

Final Project for Microprocessor Systems and Interfacing class (HC12 Assembly Programming)
0 stars 0 forks source link

DC Motor #9

Closed cjoshmartin closed 6 years ago

cjoshmartin commented 6 years ago

DC Motor: The DC motor is meant to replicate the opening and closing of the elevator door. The DC motor should spin at a 100% duty cycle when opening the elevator door and should spin at a 50% duty cycle when closing the elevator door. The elevator door should be able to open and close at any time other than when the elevator is in motion or in private mode. The elevator door should take approximately 4 seconds to close and 2 seconds to open.

cjoshmartin commented 6 years ago

8