From 47bb25c9d3554601e835b9ea5d93a9904d92a5c5 Mon Sep 17 00:00:00 2001 From: Thomas Klaehn Date: Thu, 25 Jul 2019 10:33:11 +0200 Subject: [PATCH] fix --- src/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gpio.c b/src/gpio.c index 56538f5..4e7158c 100644 --- a/src/gpio.c +++ b/src/gpio.c @@ -11,8 +11,8 @@ #include -#define PIN 24 -#define POUT 4 +#define IN 0 +#define OUT 1 #define BUF_SIZE 3 #define DIRECTION_MAX 35