redifined phone usb interface

This commit is contained in:
Christina Quast
2015-04-03 11:35:59 +02:00
parent 254acae448
commit 7123425841
2 changed files with 22 additions and 16 deletions

View File

@@ -6,7 +6,16 @@
#define DATAIN 2
#define INT 3
#define BUFLEN 5
#define BUFLEN 5
//#define PHONE_DATAOUT 4
//#define PHONE_DATAIN 5
//#define PHONE_INT 6
#define PHONE_DATAOUT 1
#define PHONE_DATAIN 2
#define PHONE_INT 3
typedef struct ring_buffer
{
uint8_t buf[BUFLEN*2]; // data buffer