Project

General

Profile

Revision 268

Added by Kevin Woo almost 14 years ago

Can read track 1 with no parity checking

View differences:

cardreader.h
22 22
extern volatile cr_flag_t cr_flag;
23 23
extern volatile uint8_t read_card;
24 24
extern volatile uint8_t cr_buf[512];
25
extern volatile uint8_t cr_buf_idx;
25
extern volatile uint16_t cr_buf_idx;
26 26

  
27 27
void card_reader_setup(void);
28
void parse_card(void);
28 29
#endif

Also available in: Unified diff