This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rc2007-soccer/source/qFix/qfixI2CDefs.h

22 lines
450 B
C
Raw Normal View History

//------------------------------------------------------------------
// 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