aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-15 11:12:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-15 11:12:38 +0000
commit4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc (patch)
tree22b46d9c6bb3a662e17476c2407ebf95c8ea4ba9 /Projects/Magstripe
parent2f6c096050ee0057ccbff0ee87d58f72fae75748 (diff)
downloadlufa-4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc.tar.gz
lufa-4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc.tar.bz2
lufa-4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc.zip
Speed up bit-banged USART code in the AVRISP project.
Fix project text files to refer to "project" instead of "demo".
Diffstat (limited to 'Projects/Magstripe')
-rw-r--r--Projects/Magstripe/Magstripe.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/Projects/Magstripe/Magstripe.txt b/Projects/Magstripe/Magstripe.txt
index 19586277a..41c6b6e86 100644
--- a/Projects/Magstripe/Magstripe.txt
+++ b/Projects/Magstripe/Magstripe.txt
@@ -6,16 +6,16 @@
/** \mainpage Denver Gingerich's USBSnoop Magnetic Card Reader Project
*
- * \section SSec_Compat Demo Compatibility:
+ * \section SSec_Compat Project Compatibility:
*
- * The following list indicates what microcontrollers are compatible with this demo.
+ * The following list indicates what microcontrollers are compatible with this project.
*
* - AT90USB1287
* - AT90USB1286
*
* \section SSec_Info USB Information:
*
- * The following table gives a rundown of the USB utilization of this demo.
+ * The following table gives a rundown of the USB utilization of this project.
*
* <table>
* <tr>
@@ -87,17 +87,17 @@
* </tr>
* </table>
*
- * This project is based on the LUFA Keyboard demonstration application,
+ * This project is based on the LUFA Keyboard projectnstration 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 demo will send a return key.
+ * driver as 0's and 1's. After every card swipe, the project will send a return key.
*
* \section SSec_Options Project Options
*
- * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
+ * The following defines can be found in this project, which can control the project behaviour when defined, or changed in value.
*
* <table>
* <tr>