Rev 2 | 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 0x02#define I2CBB_DDR DDRB#define I2CBB_PIN PINB#define I2CBB_PORT PORTB#define I2CBB_CLK PB3#define I2CBB_DAT PB4#define EEPROM_USBVCALVAL 0x00#endif