/** \file
 *
 *  Specifies URIs shared by components that have i2c devices
 *  Designed to be included within namespace within [ComponentName]IF.h
 *
 *  \ingroup component
 *
 *  Copyright (c) 2013 MBARI
 *  MBARI Proprietary Information.  All Rights Reserved
 */

static const RestartConfigURI I2C( NAME, "i2c", "Logical "
                                   "device name of i2c bus", Units::NONE, STRVALUE );

static const RestartConfigURI I2C_ADDR( NAME, "i2cAddr", "Address of i2c device", Units::COUNT );

