Define some pins.
This commit is contained in:
parent
e6c0090be0
commit
fc80a43331
@ -12,8 +12,11 @@ source repository.
|
||||
#define DEVICE_NAME "Glycol Chiller"
|
||||
#define DEVICE_MDL "Chillenator v0.1"
|
||||
#define DEVICE_MF "Damn Yankee Brewing"
|
||||
#define FERMENTER_COUNT 2
|
||||
|
||||
#define ONE_WIRE_BUS D2
|
||||
#define GLYCOL_RELAY D3
|
||||
#define FERMA_RELAY D4
|
||||
#define FERMB_RELAY D5
|
||||
|
||||
const size_t DOC_SIZE = JSON_OBJECT_SIZE(29) + JSON_ARRAY_SIZE(4);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user