Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 385 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 385 Bytes

Elevator System using 8051 MCU

  • makefile is used to compile project and generate .hex file "change the path and files name to compile without errors". This solution is made so you can build your project in VScode.
  • If you have errors compile each c file separately by using "path_to/SiLabs/MCU/IDEfiles/C51/BIN/C51.exe file_name.C" then use "make" command on windows cmd or else.