# `MotorControl.h`
## Description
- This file defines the following enums:
    | Enum         | States             |
    |--------------|--------------------|
    | SpeedStatus  | INCREASE, DECREASE |
- In addition, this file creates the MotorControl class, featuring relevant variable declarations and function prototypes. More information about these functions can be found in the documentation for MotorControl.cpp.
## Included Headers
- `Arduino.h`
- `PolarRobotics.h`
- `MotorInterface.h`