/** * @brief PUT_TEXT_HERE * @details This file is... * @author username * @date todays_date * @copyright None * @file ENABLE.h */ #ifndef ENABLE #define ENABLE #define EN1 2 #define EN2 3 #define EN3 2 /** * Sets all the Enable pins high. */ void Enable_SetPinsHigh(); /** * Sets all the Enable pins low. */ void Enable_SetPinsLow(); #endif //ENABLE