Skip to content

Commit

Permalink
Pin changes for new soldered RJ12 board
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert Harmeling committed Jan 11, 2015
1 parent 4bebff5 commit bf68818
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions brouwkuyp_control.ino
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ byte ip[] = { 192, 168, 2, 150 };

// Declaration pins
#define PIN_SENSOR_TEMPERATURE 2
#define PIN_RELAIS_PUMP 5
#define PIN_RELAIS_HLT_ONE 6
#define PIN_RELAIS_HLT_TWO 7
#define PIN_RELAIS_HLT_THREE 8
#define PIN_RELAIS_MLT 9
#define PIN_RELAIS_HLT_ONE 5
#define PIN_RELAIS_HLT_TWO 6
#define PIN_RELAIS_HLT_THREE 7
// empty place for free relais 8
#define PIN_RELAIS_PUMP 9
#define PIN_RELAIS_MLT 10

// Config settings
#define LOOP_INTERVAL 1000 // milliseconds
Expand All @@ -63,7 +64,7 @@ byte ip[] = { 192, 168, 2, 150 };
#define FLOAT_LENGTH 6 // bytes
#define MAX_HLT_TEMPERATURE 80 // degrees celsius
#define HLT_MLT_HEATUP_DIFF 15 // degrees celsius
#define MLT_HEATUP_DIFF 5 // degrees celsius
#define MLT_HEATUP_DIFF 1 // degrees celsius

void callback(char* topic, byte* payload, unsigned int length);

Expand Down

0 comments on commit bf68818

Please sign in to comment.