Skip to content

Commit

Permalink
remove unused BUTTON_SIDE
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwhitehead committed Feb 13, 2024
1 parent 2d99bd2 commit 773a706
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion inc/sp140/m0-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

// Arduino Pins
#define BUTTON_TOP 6 // arm/disarm button_top
#define BUTTON_SIDE 7 // secondary button_top
#define BUZZER_PIN 5 // output for buzzer speaker
#define LED_SW LED_BUILTIN // output for LED
#define LED_2 0 // output for LED 2
Expand Down
1 change: 0 additions & 1 deletion inc/sp140/rp2040-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

// Arduino Pins
#define BUTTON_TOP 7 // arm/disarm button_top
#define BUTTON_SIDE 7 // secondary button_top
#define BUZZER_PIN 2 // output for buzzer speaker
#define LED_SW LED_BUILTIN // output for LED
#define THROTTLE_PIN A2 // throttle pot input
Expand Down

0 comments on commit 773a706

Please sign in to comment.