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.
|
#pragma once
|
|
|
|
#include "arduino_pins.h"
|
|
|
|
#define WS_PORT PORT_D8
|
|
#define WS_BIT D8
|
|
#define WS_DDR DDR_D8
|
|
|
|
#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
|
|
|