Skip to content

jminjares4/Elevator

Repository files navigation

Elevator Final Project

Status

Doxygen Action pages-build-deployment GitHub Page

The project consists of an Elevator Controller Unit (ECU) for Microprocessor 2 final project. ECU microcontroller (MCU) was Espressif ESP32 running FreeRTOS. The firmware has a custom hardware application layer (HAL) to avoid using Espressif API with a more approachable interface. Here is the list of all the files.

├── main
├── inc
    ├── accelerometer.h
    ├── button.h
    ├── elevator.h
    ├── HAL_driver
    ├── led.h
    ├── pressure_sensor.h
    ├── serial_communication.h
    └── servo.h
├── src
    ├── accelerometer.c
    ├── button.c
    ├── HAL_driver.c
    ├── led.c
    ├── pressure_sensor.c
    ├── serial_communication.c
    └── servo.c
├── Doxyfile

Components


Hardware

Doxygen

image

Development

Elevator Hardware/Software
Microcontroller ESP32
Programming Language C Code
Integrated Development Environment Visual Studio Code
Operating System FreeRTOS
Electronic Design Automation EasyEDA

License

License: MIT

Author

About

Microprocessor 2 Final Project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published