summaryrefslogtreecommitdiffstats
path: root/source/qFix/qfixI2CDefs.h
blob: 5caa55cac065ed8d65e4ca404342baa3162598ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//------------------------------------------------------------------
// qfixI2CDefs.h
//
// This file contains definitions for the qfix I2C protocol. 
//
// Copyright 2005 by KTB mechatronics GmbH
// Author: Stefan Enderle
//------------------------------------------------------------------


#ifndef qfixI2CDefs_h
#define qfixI2CDefs_h


const uint8_t I2C_ADDR_BOBBYBOARD = 1;
const uint8_t I2C_ADDR_LCD        = 2;



#endif