change feather/metro m4_express button to D5

This commit is contained in:
hathach 2019-09-01 11:20:22 +07:00
parent f02a24a10f
commit c6f356b4f4
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
//--------------------------------------------------------------------+
#define LED_PIN 23
#define BUTTON_PIN 22 // pin D12
#define BUTTON_PIN 16 // pin D5
/* Referenced GCLKs, should be initialized firstly */
#define _GCLK_INIT_1ST 0xFFFFFFFF

View File

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