summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/scilab-arduino/interfaces/int_cmd_i2c_dev.h
blob: c4d93d741ea14629584de32ee8ffcaec2522f25f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __INT_CMD_I2C_DEV_H__
#define __INT_CMD_I2C_DEV_H__
 
#include "types.h"

#ifdef  __cplusplus
extern "C" {
#endif

#define d0cmd_i2c_devu80(in1) u8cmd_i2c_devs((uint8)in1)
									

#ifdef  __cplusplus
} /* extern "C" */
#endif

#endif /* __INT_CMD_I2C_DEV_H__ */