X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1d26e78258c10dcca63e31e66732f1e525b5dade..a7880ac1cdbfe8ddaf957173bc08f334aad8bca7:/Projects/Magstripe/Magstripe.txt
diff --git a/Projects/Magstripe/Magstripe.txt b/Projects/Magstripe/Magstripe.txt
index 739f14add..19586277a 100644
--- a/Projects/Magstripe/Magstripe.txt
+++ b/Projects/Magstripe/Magstripe.txt
@@ -8,7 +8,7 @@
*
* \section SSec_Compat Demo Compatibility:
*
- * The following table indicates what microcontrollers are compatible with this demo.
+ * The following list indicates what microcontrollers are compatible with this demo.
*
* - AT90USB1287
* - AT90USB1286
@@ -36,7 +36,7 @@
*
*
* | Usable Speeds: |
- * Low Speed Mode, Full Speed Mode |
+ * Full Speed Mode |
*
*
*
@@ -44,9 +44,9 @@
*
* Firmware for a USB AVR powered USB TTL magnetic stripe reader (using a card
* reader such as the Omron V3B-4K) by Denver Gingerich. This project is designed
- * to be used with the open source Stripe Snoop project at http://stripesnoop.sourceforge.net/.
+ * to be used with the open source Stripe Snoop project at http://stripesnoop.sourceforge.net/.
*
- * See http://ossguy.com/ss_usb/ for the USB reader hardware project website,
+ * See http://ossguy.com/ss_usb/ for the USB reader hardware project website,
* including construction and support details.
*
* To use, connect your magnetic card reader device to the USB AVR as follows (pin and port mapping may be adjusted
@@ -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. |
+ *
*
*/