Ollo
2024-11-28 21:44:39 +01:00
parent 4ed8b150eb
commit ab1325f07f
2 changed files with 89 additions and 10 deletions

17
include/controller.h Normal file
View File

@@ -0,0 +1,17 @@
/**
* @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 */