Skip to content

Commit

Permalink
changed thermocouple pin to d4
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Oct 18, 2022
1 parent c7f24dd commit 284f325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reflowOvenController.ino
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ unsigned char ssrPin = A0; //46
unsigned char ssrPinBottom = A1;
unsigned char fanPin = A2; // A1

unsigned char thermocoupleCSPin = 10; // 48
unsigned char thermocoupleCSPin = 4; // 48, 10
unsigned char ledPin = 6; // 4
unsigned char buzzerPin = 9; // 44
unsigned char switchStartStopPin = 3; // 3
Expand Down

0 comments on commit 284f325

Please sign in to comment.