diff options
author | Ankit Raj | 2017-06-21 11:42:02 +0530 |
---|---|---|
committer | Ankit Raj | 2017-06-21 11:42:02 +0530 |
commit | 56aa185002761d966abebb5c67e6c1a2d5ee141c (patch) | |
tree | 828d1fb53c63bd707798807b33667b56a43eda49 /2.3-1/src/c/scilab-arduino/interfaces/int_cmd_i2c_dev.h | |
parent | b96df0699b8aa17e7ba43ebafca5a557b9acebf5 (diff) | |
parent | 0051253bc224286c118c080c79eaed5bf611bd35 (diff) | |
download | Scilab2C-56aa185002761d966abebb5c67e6c1a2d5ee141c.tar.gz Scilab2C-56aa185002761d966abebb5c67e6c1a2d5ee141c.tar.bz2 Scilab2C-56aa185002761d966abebb5c67e6c1a2d5ee141c.zip |
updated with main repo
Diffstat (limited to '2.3-1/src/c/scilab-arduino/interfaces/int_cmd_i2c_dev.h')
-rw-r--r-- | 2.3-1/src/c/scilab-arduino/interfaces/int_cmd_i2c_dev.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/2.3-1/src/c/scilab-arduino/interfaces/int_cmd_i2c_dev.h b/2.3-1/src/c/scilab-arduino/interfaces/int_cmd_i2c_dev.h new file mode 100644 index 00000000..c4d93d74 --- /dev/null +++ b/2.3-1/src/c/scilab-arduino/interfaces/int_cmd_i2c_dev.h @@ -0,0 +1,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__ */ |