Magstripe Project: Ensure that empty tracks still print out a newline seperator so...
[pub/USBasp.git] / Projects / Magstripe / Magstripe.h
index 93e593e..4e0aac9 100644 (file)
@@ -51,6 +51,9 @@
                #include <LUFA/Drivers/USB/Class/HID.h>\r
 \r
        /* Macros: */\r
+               /** Total number of tracks which can be read from the card, between 1 and 3. */\r
+               #define TOTAL_TRACKS       3\r
+       \r
                /** HID keyboard keycode to indicate that no is currently pressed. */\r
                #define KEY_NONE           0\r
        \r