Subversion Repositories group.NITPanels

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 26
Line 1... Line 1...
1
#ifndef _CONFIG_H_
1
#ifndef _CONFIG_H_
2
#define _CONFIG_H_
2
#define _CONFIG_H_
3
 
3
 
4
#define NITCOMMNAV_CONTROLLER
4
#define NITCOMMNAV_CONTROLLER
5
#define HW_VERSION 0x01
5
#define HW_VERSION 0x01
6
#define SW_VERSION 0x01
6
#define SW_VERSION 0x02
7
 
7
 
8
#define I2CBB_DDR DDRB
8
#define I2CBB_DDR DDRB
9
#define I2CBB_PIN PINB
9
#define I2CBB_PIN PINB
10
#define I2CBB_PORT PORTB
10
#define I2CBB_PORT PORTB
11
 
11
 
12
#define I2CBB_CLK PB3
12
#define I2CBB_CLK PB3
13
#define I2CBB_DAT PB4
13
#define I2CBB_DAT PB4
14
 
14
 
-
 
15
 
-
 
16
#define EEPROM_USBVCALVAL	0x00
-
 
17
 
15
#endif
18
#endif
16
 
19