Skip to content

Commit

Permalink
Fix reversed logic for output shifter (#308)
Browse files Browse the repository at this point in the history
* add reversed output logic

* missed reversed output logic for clear()

* using MF_LOW and MF_HIGH like for the outputs

* fic reversed logic for output shifter
  • Loading branch information
elral authored Jan 10, 2024
1 parent 7ee6c9c commit f971fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MF_OutputShifter/MFOutputShifter.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include <Arduino.h>

#ifdef REVERSED_OUTPUT_OUTPUT
#ifdef REVERSED_OUTPUT_OUTPUTSHIFTER
#define MF_HIGH LOW
#define MF_LOW HIGH
#else
Expand Down

0 comments on commit f971fba

Please sign in to comment.