From 6b4960076655a51e0789e159375d2efe46ca6351 Mon Sep 17 00:00:00 2001 From: Mirivlad Date: Sun, 3 Apr 2022 22:55:09 +0800 Subject: [PATCH] Update PetFilaMachine.ino --- PetFilaMachine.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PetFilaMachine.ino b/PetFilaMachine.ino index 4d37066..519fb0a 100644 --- a/PetFilaMachine.ino +++ b/PetFilaMachine.ino @@ -12,9 +12,9 @@ #include hd44780_I2Cexp lcd; // declare lcd object and let it auto-configure everything. -#define L_BTN D0 // left button +#define L_BTN D4 // left button #define R_BTN D3 // right button -#define E_BTN D4 // enter button +#define E_BTN D5 // enter button // Make custom characters: byte motor_char_1[] = { B00111,