Skip to content

Commit

Permalink
Merge pull request #143 from ladyada/master
Browse files Browse the repository at this point in the history
fix neopix pins
  • Loading branch information
tannewt authored Sep 23, 2020
2 parents 9e12686 + d2322a2 commit 901110e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/QTPy_m0/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
//#define LED_TX_PIN PIN_PA27
//#define LED_RX_PIN PIN_PB03

#define BOARD_NEOPIXEL_POWERPIN PIN_PA18
#define BOARD_NEOPIXEL_PIN PIN_PA19
#define BOARD_NEOPIXEL_POWERPIN PIN_PA15
#define BOARD_NEOPIXEL_PIN PIN_PA18
#define BOARD_NEOPIXEL_COUNT 1

#endif

0 comments on commit 901110e

Please sign in to comment.