diff options
author | siddhu8990 | 2016-02-01 11:29:45 +0530 |
---|---|---|
committer | siddhu8990 | 2016-02-01 11:29:45 +0530 |
commit | 58b8656a350fed1a1e59caa484e6d9967dd1bc4d (patch) | |
tree | 32564f5b0100d57a6ad1019b77a601ecfe678d92 /2.3-1/includes/sci2clib.h | |
parent | 3425c4fedbdbc7e1a3440df7502d9af93f466b84 (diff) | |
parent | 7bc57b2061931e5b5843ac6616591b7cff9e9476 (diff) | |
download | Scilab2C-58b8656a350fed1a1e59caa484e6d9967dd1bc4d.tar.gz Scilab2C-58b8656a350fed1a1e59caa484e6d9967dd1bc4d.tar.bz2 Scilab2C-58b8656a350fed1a1e59caa484e6d9967dd1bc4d.zip |
Merged RPi and bit operators
Diffstat (limited to '2.3-1/includes/sci2clib.h')
-rw-r--r-- | 2.3-1/includes/sci2clib.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/2.3-1/includes/sci2clib.h b/2.3-1/includes/sci2clib.h index 6485c013..c52f0d67 100644 --- a/2.3-1/includes/sci2clib.h +++ b/2.3-1/includes/sci2clib.h @@ -187,6 +187,30 @@ #include "int16.h" #include "int_int16.h" +/*interfacing bitand */ +#include "bitand.h" +#include "int_bitand.h" + +/*interfacing bitor */ +#include "bitor.h" +#include "int_bitor.h" + +/*interfacing bitxor */ +#include "bitxor.h" +#include "int_bitxor.h" + +/*interfacing bitcmp */ +#include "bitcmp.h" +#include "int_bitcmp.h" + +/*interfacing bitset */ +#include "bitset.h" +#include "int_bitset.h" + +/*interfacing bitget */ +#include "bitget.h" +#include "int_bitget.h" + /* IMPLICIT LISTS */ /* interfacing implicitList/OpColon */ @@ -329,6 +353,12 @@ #include "types.h" +/* STRING*? +/* interface for String */ +#include "int_string.h" +/*include for string */ +#include "str.h" + /*Scilab-arduino toolbox*/ #ifdef Arduino1 #include "int_cmd_digital_out.h" @@ -344,6 +374,10 @@ #include "cmd_dcmotor_setup.h" #include "int_sleep.h" #include "sleep.h" +#include "cmd_servo_attach.h" +#include "cmd_servo_detach.h" +#include "cmd_servo_move.h" +#include "int_cmd_servo.h" #endif /*AVR*/ |