new class for managing heating
This commit is contained in:
18
src/Pins.h
Normal file
18
src/Pins.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Created by lukas on 10.11.20.
|
||||
//
|
||||
|
||||
#ifndef PUMPENSTEUERUNG_PINS_H
|
||||
#define PUMPENSTEUERUNG_PINS_H
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
/** pin config */
|
||||
#define WasserSensorPin D5 // GPIO 14
|
||||
#define DruckSensorPin D6 // GPIO 12
|
||||
#define SchuetzPin D2 // GPIO 4
|
||||
#define LuefterPin D3 // GPIO 0
|
||||
#define HeizungPin D1
|
||||
#define TempSensorPin D4
|
||||
|
||||
#endif //PUMPENSTEUERUNG_PINS_H
|
||||
Reference in New Issue
Block a user