/** * @file controller.h * @author Ollo * @brief * @version 0.1 * @date 2024-11-28 * * @copyright Copyright (c) 2024 * */ #ifndef FANLEDCTL_PINS #define FANLEDCTL_PINS #define FAN_PIN 12 #define SIGNAL_PIN 13 #endif /* End FANLEDCTL_PINS */