Skip to content

Commit

Permalink
Set output trigger to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Jan 6, 2025
1 parent 817ce38 commit 700fbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/RST_3phase_free_dev/RST_3phase_free_dev.ino
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ constexpr uint8_t MAINS_CYCLES_PER_SECOND{ 50 };

constexpr uint8_t NO_OF_PHASES{ 3 }; /**< number of phases of the main supply. */

const byte outputForTrigger = 4; // active high
const byte outputForTrigger = 5; // active high

// analogue input pins
byte sensorV[NO_OF_PHASES]{ 0, 2, 4 };
Expand Down

0 comments on commit 700fbd6

Please sign in to comment.