This commit is contained in:
17
include/controller.h
Normal file
17
include/controller.h
Normal 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 */
|
Reference in New Issue
Block a user