Skip to content

Commit

Permalink
Merge pull request #276 from makermelissa/master
Browse files Browse the repository at this point in the history
Fix example for RP2040 Feather
  • Loading branch information
ladyada authored Jul 24, 2024
2 parents 5fa3388 + 4ca3450 commit 2196a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/OLED_featherwing/OLED_featherwing.ino
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define BUTTON_A 9
#define BUTTON_B 8
#define BUTTON_C 7
#define WIRE Wire1
#define WIRE Wire
#else // 32u4, M0, M4, nrf52840 and 328p
#define BUTTON_A 9
#define BUTTON_B 6
Expand Down

0 comments on commit 2196a97

Please sign in to comment.