Define some pins.

This commit is contained in:
Chris Giacofei 2023-01-27 10:56:57 -05:00
parent e6c0090be0
commit fc80a43331

View File

@ -12,8 +12,11 @@ source repository.
#define DEVICE_NAME "Glycol Chiller" #define DEVICE_NAME "Glycol Chiller"
#define DEVICE_MDL "Chillenator v0.1" #define DEVICE_MDL "Chillenator v0.1"
#define DEVICE_MF "Damn Yankee Brewing" #define DEVICE_MF "Damn Yankee Brewing"
#define FERMENTER_COUNT 2
#define ONE_WIRE_BUS D2 #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); const size_t DOC_SIZE = JSON_OBJECT_SIZE(29) + JSON_ARRAY_SIZE(4);