mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
Changed LED_PIN to 17, LED_STATE_ON to 0
This commit is contained in:
parent
8411f5b5c9
commit
62a0d5b42d
@ -32,8 +32,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// LED
|
// LED
|
||||||
#define LED_PIN 26
|
#define LED_PIN 17
|
||||||
#define LED_STATE_ON 1
|
#define LED_STATE_ON 0
|
||||||
|
|
||||||
// Button
|
// Button
|
||||||
#define BUTTON_PIN 9 // PA4 pin D1 on seed input
|
#define BUTTON_PIN 9 // PA4 pin D1 on seed input
|
||||||
|
Loading…
x
Reference in New Issue
Block a user