diff options
author | siddhu8990 | 2016-03-02 14:32:06 +0530 |
---|---|---|
committer | siddhu8990 | 2016-03-02 14:32:06 +0530 |
commit | 35b57256f07876c1a54bdcf4cc55e0f0612ae6a9 (patch) | |
tree | fdb50ed6c17e0a90af6c61af3aca80e7f0055ab0 /src/c/scilab-arduino/includes/cmd_servo_move.h | |
parent | 7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa (diff) | |
parent | 3415acb6050605a91c58b7d78a44ffc5e1d9131f (diff) | |
download | scilab2c-35b57256f07876c1a54bdcf4cc55e0f0612ae6a9.tar.gz scilab2c-35b57256f07876c1a54bdcf4cc55e0f0612ae6a9.tar.bz2 scilab2c-35b57256f07876c1a54bdcf4cc55e0f0612ae6a9.zip |
Merged with linspace and logspace
Diffstat (limited to 'src/c/scilab-arduino/includes/cmd_servo_move.h')
-rw-r--r-- | src/c/scilab-arduino/includes/cmd_servo_move.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/c/scilab-arduino/includes/cmd_servo_move.h b/src/c/scilab-arduino/includes/cmd_servo_move.h new file mode 100644 index 00000000..9013d3cc --- /dev/null +++ b/src/c/scilab-arduino/includes/cmd_servo_move.h @@ -0,0 +1,24 @@ +/* + Scilab2C FOSSEE IIT Bombay + */ + + +#ifndef __CMD_SERVO_MOVE_H__ +#define __CMD_SERVO_MOVE_H__ + +#include "types.h" +//#include<Servo.h> + +#ifdef __cplusplus +extern "C" { +#endif + +extern Servo servo1,servo2; + +uint8 u8cmd_servo_move(uint8 h, uint8 servo_no,uint8 val); + +#ifdef __cplusplus +} /* extern "C" */ +#endif + +#endif /* __CMD_DCMOTOR_SETUP_H__ */ |