From 22315fcdf9982c975484892adf3a2aa8a56e5b6e Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 20 Sep 2013 00:58:30 +0900 Subject: [PATCH] Change m0110 pin configuration: swap D0 and D1 --- converter/m0110_usb/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/converter/m0110_usb/config.h b/converter/m0110_usb/config.h index 2f63a3a..32a59e1 100644 --- a/converter/m0110_usb/config.h +++ b/converter/m0110_usb/config.h @@ -53,10 +53,10 @@ along with this program. If not, see . #define M0110_CLOCK_PORT PORTD #define M0110_CLOCK_PIN PIND #define M0110_CLOCK_DDR DDRD -#define M0110_CLOCK_BIT 0 +#define M0110_CLOCK_BIT 1 #define M0110_DATA_PORT PORTD #define M0110_DATA_PIN PIND #define M0110_DATA_DDR DDRD -#define M0110_DATA_BIT 1 +#define M0110_DATA_BIT 0 #endif -- 2.39.2