#pragma once #include "lib/arduino_pins2.h" #define WSDATA_in D8_in #define WSDATA_out D8_out #define WSDATA_dir D8_dir #define WS_T_1H 700 #define WS_T_1L 150 #define WS_T_0H 150 #define WS_T_0L 700 #define WS_T_LATCH 6000 # define DEBOUNCE_COUNT 63 #define DEBOUNCE_SLOT_COUNT 4