Skip to content

Commit

Permalink
[coco] remap pins to match rev0 board.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Feb 24, 2024
1 parent 62a26bf commit 95cf188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/pinmap/coco_devkitc.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
/* Buttons - keys.cpp */
#define PIN_BUTTON_A GPIO_NUM_0 // Button 0 on DEVKITC-VE
#define PIN_BUTTON_B GPIO_NUM_NC // No Button B
#define PIN_BUTTON_C GPIO_NUM_39 // Safe reset
#define PIN_BUTTON_C GPIO_NUM_14 // Safe reset

/* LEDs - leds.cpp */
#define PIN_LED_WIFI GPIO_NUM_14
#define PIN_LED_BUS GPIO_NUM_12
#define PIN_LED_WIFI GPIO_NUM_2
#define PIN_LED_BUS GPIO_NUM_4
#define PIN_LED_BT GPIO_NUM_NC // No BT LED

/* Audio Output - samlib.h */
Expand Down

0 comments on commit 95cf188

Please sign in to comment.