Skip to content

Commit

Permalink
fix QT Py neopixel pin on rev B
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Sep 12, 2020
1 parent b149075 commit f06693a
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_PA19
#define BOARD_NEOPIXEL_PIN PIN_PA18
#define BOARD_NEOPIXEL_POWERPIN PIN_PA18
#define BOARD_NEOPIXEL_PIN PIN_PA19
#define BOARD_NEOPIXEL_COUNT 1

#endif

0 comments on commit f06693a

Please sign in to comment.