RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
i2c-sc620.h
1/*
2 * Copyright (c) 2013 embedded brains GmbH. All rights reserved.
3 *
4 * embedded brains GmbH
5 * Dornierstr. 4
6 * 82178 Puchheim
7 * Germany
8 * <rtems@embedded-brains.de>
9 *
10 * The license and distribution terms for this file may be
11 * found in the file LICENSE in this distribution or at
12 * http://www.rtems.org/license/LICENSE.
13 */
14
15#ifndef I2C_SC620_H
16#define I2C_SC620_H
17
18#include <rtems/libi2c.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif /* __cplusplus */
23
35
36#ifdef __cplusplus
37}
38#endif /* __cplusplus */
39
40#endif /* I2C_SC620_H */
rtems_libi2c_drv_t i2c_sc620_driver
I2C driver for SEMTECH SC620 octal LED driver.
Definition: i2c-sc620.c:88
Legacy I2C Library.
Definition: libi2c.h:297