projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Magstripe Project: Ensure that empty tracks still print out a newline seperator so...
[pub/lufa.git]
/
Projects
/
Magstripe
/
Magstripe.h
diff --git
a/Projects/Magstripe/Magstripe.h
b/Projects/Magstripe/Magstripe.h
index
93e593e
..
4e0aac9
100644
(file)
--- a/
Projects/Magstripe/Magstripe.h
+++ b/
Projects/Magstripe/Magstripe.h
@@
-51,6
+51,9
@@
#include <LUFA/Drivers/USB/Class/HID.h>
\r
\r
/* Macros: */
\r
#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
/** HID keyboard keycode to indicate that no is currently pressed. */
\r
#define KEY_NONE 0
\r
\r