FanLedCtrl/include/controller.h

17 lines
254 B
C
Raw Normal View History

/**
* @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 */