Subversion Repositories group.NITPanels

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

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