summaryrefslogtreecommitdiff
path: root/2.3-1/src/c/scilab-arduino/interfaces/int_cmd_i2c_dev.h
diff options
context:
space:
mode:
authorAnkit Raj2017-06-21 11:42:02 +0530
committerAnkit Raj2017-06-21 11:42:02 +0530
commit56aa185002761d966abebb5c67e6c1a2d5ee141c (patch)
tree828d1fb53c63bd707798807b33667b56a43eda49 /2.3-1/src/c/scilab-arduino/interfaces/int_cmd_i2c_dev.h
parentb96df0699b8aa17e7ba43ebafca5a557b9acebf5 (diff)
parent0051253bc224286c118c080c79eaed5bf611bd35 (diff)
downloadScilab2C-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.h17
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__ */