From 27048709b5f05685fedddcaacbafa71b4d76bf1b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 17 Aug 2013 13:19:38 +0000 Subject: moved tuer-rfid to teenstep (some port pins have changed) git-svn-id: https://svn.spreadspace.org/avr/trunk@220 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- tuer-rfid/sl018.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tuer-rfid/sl018.c') diff --git a/tuer-rfid/sl018.c b/tuer-rfid/sl018.c index a94e704..99382a9 100644 --- a/tuer-rfid/sl018.c +++ b/tuer-rfid/sl018.c @@ -27,8 +27,8 @@ #include #define SL018_TWI_ADDR 0xA0 -#define SL018_TAG_STA_PIN PIND -#define SL018_TAG_STA_BIT 7 +#define SL018_TAG_STA_PIN PINE +#define SL018_TAG_STA_BIT 6 #define CARD_PRESENT (!((SL018_TAG_STA_PIN >> SL018_TAG_STA_BIT) & 1)) #define MAX_UID_LEN 7 -- cgit v1.2.3