From 04354ffcadfebb0d1c5bd010cf126ae3c126f231 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 19 Aug 2009 06:25:54 +0000 Subject: Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer project. Added documentation of the makefile CDEFS values to the MagStripe project. --- Projects/Magstripe/Lib/CircularBitBuffer.h | 2 +- Projects/Magstripe/Magstripe.txt | 50 ++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) (limited to 'Projects/Magstripe') diff --git a/Projects/Magstripe/Lib/CircularBitBuffer.h b/Projects/Magstripe/Lib/CircularBitBuffer.h index ffbdc86c6..6220e1b90 100644 --- a/Projects/Magstripe/Lib/CircularBitBuffer.h +++ b/Projects/Magstripe/Lib/CircularBitBuffer.h @@ -53,7 +53,7 @@ #endif /* Type Defines: */ - /* Type define for a pointer to a bit in a bit buffer. */ + /** Type define for a pointer to a bit in a bit buffer. */ typedef struct { uint8_t* CurrentByte; /**< Pointer to the current byte in the buffer */ diff --git a/Projects/Magstripe/Magstripe.txt b/Projects/Magstripe/Magstripe.txt index a38471ac6..b725b709d 100644 --- a/Projects/Magstripe/Magstripe.txt +++ b/Projects/Magstripe/Magstripe.txt @@ -110,5 +110,55 @@ * CircularBitBuffer.h * Gives the maximum number of bits per track which can be buffered by the device for later transmission to a host. * + * + * MAG_T1_CLOCK + * Makefile CDEFS + * Mask for the magnetic card reader's CLOCK line for the reader's track 1 output. + * + * + * MAG_T1_DATA + * Makefile CDEFS + * Mask for the magnetic card reader's DATA line for the reader's track 1 output. + * + * + * MAG_T2_CLOCK + * Makefile CDEFS + * Mask for the magnetic card reader's CLOCK line for the reader's track 2 output. + * + * + * MAG_T2_DATA + * Makefile CDEFS + * Mask for the magnetic card reader's DATA line for the reader's track 2 output. + * + * + * MAG_T3_CLOCK + * Makefile CDEFS + * Mask for the magnetic card reader's CLOCK line for the reader's track 3 output. + * + * + * MAG_T3_DATA + * Makefile CDEFS + * Mask for the magnetic card reader's DATA line for the reader's track 3 output. + * + * + * MAG_CARDPRESENT + * Makefile CDEFS + * Mask for the magnetic card reader's card detection output. + * + * + * MAG_PIN + * Makefile CDEFS + * PIN register that the magnetic card reader device is attached to. + * + * + * MAG_PORT + * Makefile CDEFS + * PORT register that the magnetic card reader device is attached to. + * + * + * MAG_DDR + * Makefile CDEFS + * DDR register that the magnetic card reader device is attached to. + * * */ -- cgit v1.2.3