Subversion Repositories group.electronics

Rev

Rev 79 | Rev 85 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 79 Rev 80
Line 11... Line 11...
11
#ifndef __usbconfig_h_included__
11
#ifndef __usbconfig_h_included__
12
#define __usbconfig_h_included__
12
#define __usbconfig_h_included__
13
 
13
 
14
/* ---------------------------- Hardware Config ---------------------------- */
14
/* ---------------------------- Hardware Config ---------------------------- */
15
 
15
 
16
#define USB_CFG_IOPORTNAME      B
16
#define USB_CFG_IOPORTNAME      D
17
#define USB_CFG_DMINUS_BIT      1
17
#define USB_CFG_DMINUS_BIT      3
18
#define USB_CFG_DPLUS_BIT       2
18
#define USB_CFG_DPLUS_BIT       2
19
#define USB_CFG_CLOCK_KHZ       (F_CPU/1000)
19
#define USB_CFG_CLOCK_KHZ       (F_CPU/1000)
20
 
20
 
21
/* ----------------------- Optional Hardware Config ------------------------ */
21
/* ----------------------- Optional Hardware Config ------------------------ */
22
 
22