Some old AVR projects
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
289 B

#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