diff options
author | Brijeshcr | 2017-07-08 20:18:17 +0530 |
---|---|---|
committer | GitHub | 2017-07-08 20:18:17 +0530 |
commit | 39874e472e540ca1bb923b97b52900e1d60439cc (patch) | |
tree | e0f47fecb8b5d5e63491c7440d9ecc3072e5cd05 /2.3-1/tests/unit_tests/testArduino/blink_13.sci | |
parent | 3adebb16388c6712f7d9c268b91849d164e696df (diff) | |
download | Scilab2C-39874e472e540ca1bb923b97b52900e1d60439cc.tar.gz Scilab2C-39874e472e540ca1bb923b97b52900e1d60439cc.tar.bz2 Scilab2C-39874e472e540ca1bb923b97b52900e1d60439cc.zip |
Revert "SCi2cDeps updated, Windows compatibility resolved"
Diffstat (limited to '2.3-1/tests/unit_tests/testArduino/blink_13.sci')
-rw-r--r-- | 2.3-1/tests/unit_tests/testArduino/blink_13.sci | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/2.3-1/tests/unit_tests/testArduino/blink_13.sci b/2.3-1/tests/unit_tests/testArduino/blink_13.sci deleted file mode 100644 index 37dc93fd..00000000 --- a/2.3-1/tests/unit_tests/testArduino/blink_13.sci +++ /dev/null @@ -1,6 +0,0 @@ -function blink_13() - cmd_digital_out(1,13,1) //--To turn on the LED on pin no. 13 - sleep(1000) //---delay of 1 second - cmd_digital_out(1,13,0) //--To turn on the LED off pin no. 13 - sleep(1000) //---delay of 1 second -endfunction |