Project

General

Profile

Revision 273

Added by Kevin Woo almost 14 years ago

Pass information back and forth between read_card

View differences:

cardreader.h
23 23
extern volatile uint16_t cr_buf_idx;
24 24

  
25 25
void card_reader_setup(void);
26
int8_t  parse_card(void);
26
int8_t  parse_card(uint8_t *buf, uint8_t *buflen);
27 27
#endif

Also available in: Unified diff