Subversion Repositories group.electronics

Rev

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

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