This commit is contained in:
hathach 2019-04-02 01:20:51 +07:00
parent 06e1fac7c5
commit e9851f5042
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
//--------------------------------------------------------------------+
#define LED_PIN 17
#define BUTTON_PIN 14
#define BUTTON_PIN 14 // pin D2
/* Referenced GCLKs, should be initialized firstly */
#define _GCLK_INIT_1ST (1 << 0 | 1 << 1)

View File

@ -36,7 +36,7 @@
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
//--------------------------------------------------------------------+
#define LED_PIN 16
#define BUTTON_PIN (32 + 17)
#define BUTTON_PIN (32 + 17) // pin D2
/* Referenced GCLKs, should be initialized firstly */
#define _GCLK_INIT_1ST 0xFFFFFFFF