Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Dec 20, 2024
1 parent f8260d4 commit 55acf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpio_limit_switch.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "NmeaXDR.h"

#define LIMIT_SWITCH_PIN G8
#define LIMIT_SWITCH_PIN G2

struct LimitSwitch {
bool reached = false;
Expand Down

0 comments on commit 55acf69

Please sign in to comment.