Merge pull request #786 from kapacuk/seeeduino-fixes

Changed LED_PIN to 17 on Seeeduino Xiao
This commit is contained in:
Ha Thach 2021-04-16 00:03:28 +07:00 committed by GitHub
commit 93dffba0ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
#endif
// LED
#define LED_PIN 26
#define LED_STATE_ON 1
#define LED_PIN 17
#define LED_STATE_ON 0
// Button
#define BUTTON_PIN 9 // PA4 pin D1 on seed input