Rev 134 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define NITCOMMNAV_CONTROLLER
#define HW_VERSION 0x01
#define SW_VERSION 0x01
#define I2CBB_DDR DDRB
#define I2CBB_PIN PINB
#define I2CBB_PORT PORTB
#define I2CBB_CLK PB3
#define I2CBB_DAT PB4
#endif