X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8..fe3a5c24623030306bca129a4653323f0bfb80bc:/Projects/Magstripe/Magstripe.txt
diff --git a/Projects/Magstripe/Magstripe.txt b/Projects/Magstripe/Magstripe.txt
index 9c73c7b67..9c39cbf0a 100644
--- a/Projects/Magstripe/Magstripe.txt
+++ b/Projects/Magstripe/Magstripe.txt
@@ -10,8 +10,8 @@
*
* The following list indicates what microcontrollers are compatible with this project.
*
- * - AT90USB1287
- * - AT90USB1286
+ * \li AT90USB1287
+ * \li AT90USB1286
*
* \section Sec_Info USB Information:
*
@@ -35,7 +35,7 @@
*
USBIF HID Standard, USBIF HID Usage Tables |
*
*
- * Usable Speeds: |
+ * Supported USB Speeds: |
* Full Speed Mode |
*
*
@@ -87,13 +87,11 @@
*
*
*
- * This project is based on the LUFA Keyboard projectnstration application,
- * written by Denver Gingerich.
+ * This project is based on the LUFA Keyboard project demonstration application, written by Denver Gingerich.
*
- * This application uses a keyboard HID driver to communicate the data collected
- * a TTL magnetic stripe reader to the connected computer. The raw bitstream
- * obtained from the magnetic stripe reader is "typed" through the keyboard
- * driver as 0's and 1's. After every card swipe, the project will send a return key.
+ * This application uses a keyboard HID driver to communicate the data collected a TTL magnetic stripe reader
+ * to the connected computer. The raw bitstream obtained from the magnetic stripe reader is "typed" through
+ * the keyboard driver as 0's and 1's. After every card swipe, the project will send a return key.
*
* \section Sec_Options Project Options
*
@@ -112,52 +110,52 @@
*
*
* MAG_T1_CLOCK |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Mask for the magnetic card reader's CLOCK line for the reader's track 1 output. |
*
*
* MAG_T1_DATA |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Mask for the magnetic card reader's DATA line for the reader's track 1 output. |
*
*
* MAG_T2_CLOCK |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Mask for the magnetic card reader's CLOCK line for the reader's track 2 output. |
*
*
* MAG_T2_DATA |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Mask for the magnetic card reader's DATA line for the reader's track 2 output. |
*
*
* MAG_T3_CLOCK |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Mask for the magnetic card reader's CLOCK line for the reader's track 3 output. |
*
*
* MAG_T3_DATA |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Mask for the magnetic card reader's DATA line for the reader's track 3 output. |
*
*
* MAG_CARDPRESENT |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* Mask for the magnetic card reader's card detection output. |
*
*
* MAG_PIN |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* PIN register that the magnetic card reader device is attached to. |
*
*
* MAG_PORT |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* PORT register that the magnetic card reader device is attached to. |
*
*
* MAG_DDR |
- * Makefile LUFA_OPTS |
+ * AppConfig.h |
* DDR register that the magnetic card reader device is attached to. |
*
*