From 29ea5bbf5b9c3b3679aa40e4ee7029284cb424c6 Mon Sep 17 00:00:00 2001 From: henryk Date: Sat, 24 Nov 2007 07:59:42 +0000 Subject: Add load modulation and encoding/decoding code from harald git-svn-id: https://svn.openpcd.org:2342/trunk@351 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/config/board.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openpicc/config') diff --git a/openpicc/config/board.h b/openpicc/config/board.h index 18cfe9e..61eab3c 100644 --- a/openpicc/config/board.h +++ b/openpicc/config/board.h @@ -73,6 +73,9 @@ #define OPENPICC_ADC_FIELD_STRENGTH AT91C_ADC_CH4 +#define OPENPICC_PIO_LOAD1 AT91C_PIO_PA2 +#define OPENPICC_PIO_LOAD2 AT91C_PIO_PA3 + #define OPENPICC_PIO_CARRIER_IN AT91C_PA28_TCLK1 #define OPENPICC_PIO_CARRIER_DIV_OUT AT91C_PA1_TIOB0 #define OPENPICC_PIO_CDIV_HELP_OUT AT91C_PA0_TIOA0 -- cgit v1.2.3