From c46bf1698507243e74c01b1c1c6a1cacaa12371a Mon Sep 17 00:00:00 2001 From: kou029w Date: Sat, 15 Apr 2017 11:37:24 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=82=B3=E3=83=BC=E3=83=97=E3=82=92?= =?UTF-8?q?=E6=98=8E=E7=9E=AD=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/k2ping.ino | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/k2ping.ino b/src/k2ping.ino index 4bebde3..0ac84df 100644 --- a/src/k2ping.ino +++ b/src/k2ping.ino @@ -1,17 +1,7 @@ #include -// Model: WeMos D1 -#define D0 3 -#define D1 1 -#define D2 16 -#define D3 5 -#define D4 4 -#define D5 14 -#define D6 12 -#define D7 13 -#define D8 0 -#define D9 2 -#define D10 15 +// Digital pins for WeMos D1 +static const uint8_t D[] = {3, 1, 16, 5, 4, 14, 12, 13, 0, 2, 15}; void setup() { ;