From 3121a1f5a8203bfd14d46f71930ac5cd22afdf7d Mon Sep 17 00:00:00 2001 From: yash1112 Date: Mon, 19 Jun 2017 05:40:46 +0530 Subject: 1.3 new scilab-arduino functions added2. all functions have been tested on hardware 3. 5 i2c library functions added 4. Now generates code for 27 Boards(arduino and lilypad). 5. New GUI --- 2.3-1/macros/Hardware/AVR/AVRADCSetup.bin | Bin 0 -> 5212 bytes 2.3-1/macros/Hardware/AVR/AVRDigitalIn.bin | Bin 0 -> 4864 bytes 2.3-1/macros/Hardware/AVR/AVRDigitalOut.bin | Bin 0 -> 5376 bytes 2.3-1/macros/Hardware/AVR/AVRDigitalPortSetup.bin | Bin 0 -> 5188 bytes 2.3-1/macros/Hardware/AVR/AVRDigitalSetup.bin | Bin 0 -> 5584 bytes 2.3-1/macros/Hardware/AVR/AVRGetTimerValue.bin | Bin 0 -> 3256 bytes 2.3-1/macros/Hardware/AVR/AVRPWM0SetDuty.bin | Bin 0 -> 3536 bytes 2.3-1/macros/Hardware/AVR/AVRPWM0Setup.bin | Bin 0 -> 8196 bytes 2.3-1/macros/Hardware/AVR/AVRPWM1SetDuty.bin | Bin 0 -> 6764 bytes 2.3-1/macros/Hardware/AVR/AVRPWM1Setup.bin | Bin 0 -> 10604 bytes 2.3-1/macros/Hardware/AVR/AVRPWM2SetDuty.bin | Bin 0 -> 3580 bytes 2.3-1/macros/Hardware/AVR/AVRPWM2Setup.bin | Bin 0 -> 8464 bytes 2.3-1/macros/Hardware/AVR/AVRReadADC.bin | Bin 0 -> 4896 bytes 2.3-1/macros/Hardware/AVR/AVRSleep.bin | Bin 0 -> 88 bytes 2.3-1/macros/Hardware/AVR/AVRTimerSetup.bin | Bin 0 -> 7880 bytes 2.3-1/macros/Hardware/AVR/AVRUARTReceive.bin | Bin 0 -> 2504 bytes 2.3-1/macros/Hardware/AVR/AVRUARTSetup.bin | Bin 0 -> 8212 bytes 2.3-1/macros/Hardware/AVR/AVRUARTTransmit.bin | Bin 0 -> 2756 bytes 2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.bin | Bin 0 -> 2516 bytes 2.3-1/macros/Hardware/AVR/GetPeripheral.bin | Bin 0 -> 2364 bytes 2.3-1/macros/Hardware/AVR/InsertPeripheralInList.bin | Bin 0 -> 1928 bytes 2.3-1/macros/Hardware/AVR/IsAVRSupportFunction.bin | Bin 0 -> 2712 bytes 2.3-1/macros/Hardware/AVR/lib | Bin 2265 -> 1008 bytes 23 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 2.3-1/macros/Hardware/AVR/AVRADCSetup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRDigitalIn.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRDigitalOut.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRDigitalPortSetup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRDigitalSetup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRGetTimerValue.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM0SetDuty.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM0Setup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM1SetDuty.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM1Setup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM2SetDuty.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRPWM2Setup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRReadADC.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRSleep.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRTimerSetup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRUARTReceive.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRUARTSetup.bin create mode 100644 2.3-1/macros/Hardware/AVR/AVRUARTTransmit.bin create mode 100644 2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.bin create mode 100644 2.3-1/macros/Hardware/AVR/GetPeripheral.bin create mode 100644 2.3-1/macros/Hardware/AVR/InsertPeripheralInList.bin create mode 100644 2.3-1/macros/Hardware/AVR/IsAVRSupportFunction.bin (limited to '2.3-1/macros/Hardware/AVR') diff --git a/2.3-1/macros/Hardware/AVR/AVRADCSetup.bin b/2.3-1/macros/Hardware/AVR/AVRADCSetup.bin new file mode 100644 index 00000000..a1cbcf3c Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRADCSetup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRDigitalIn.bin b/2.3-1/macros/Hardware/AVR/AVRDigitalIn.bin new file mode 100644 index 00000000..0fdfab82 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRDigitalIn.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRDigitalOut.bin b/2.3-1/macros/Hardware/AVR/AVRDigitalOut.bin new file mode 100644 index 00000000..7e56e466 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRDigitalOut.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRDigitalPortSetup.bin b/2.3-1/macros/Hardware/AVR/AVRDigitalPortSetup.bin new file mode 100644 index 00000000..cf96fbb1 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRDigitalPortSetup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRDigitalSetup.bin b/2.3-1/macros/Hardware/AVR/AVRDigitalSetup.bin new file mode 100644 index 00000000..dec6eb2a Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRDigitalSetup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRGetTimerValue.bin b/2.3-1/macros/Hardware/AVR/AVRGetTimerValue.bin new file mode 100644 index 00000000..1b883131 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRGetTimerValue.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM0SetDuty.bin b/2.3-1/macros/Hardware/AVR/AVRPWM0SetDuty.bin new file mode 100644 index 00000000..1518222d Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM0SetDuty.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM0Setup.bin b/2.3-1/macros/Hardware/AVR/AVRPWM0Setup.bin new file mode 100644 index 00000000..08867048 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM0Setup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM1SetDuty.bin b/2.3-1/macros/Hardware/AVR/AVRPWM1SetDuty.bin new file mode 100644 index 00000000..79e4ab62 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM1SetDuty.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM1Setup.bin b/2.3-1/macros/Hardware/AVR/AVRPWM1Setup.bin new file mode 100644 index 00000000..235cdba2 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM1Setup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM2SetDuty.bin b/2.3-1/macros/Hardware/AVR/AVRPWM2SetDuty.bin new file mode 100644 index 00000000..a1c7f3b2 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM2SetDuty.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRPWM2Setup.bin b/2.3-1/macros/Hardware/AVR/AVRPWM2Setup.bin new file mode 100644 index 00000000..66996c08 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRPWM2Setup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRReadADC.bin b/2.3-1/macros/Hardware/AVR/AVRReadADC.bin new file mode 100644 index 00000000..25b45a83 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRReadADC.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRSleep.bin b/2.3-1/macros/Hardware/AVR/AVRSleep.bin new file mode 100644 index 00000000..e4b10d83 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRSleep.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRTimerSetup.bin b/2.3-1/macros/Hardware/AVR/AVRTimerSetup.bin new file mode 100644 index 00000000..775d718a Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRTimerSetup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRUARTReceive.bin b/2.3-1/macros/Hardware/AVR/AVRUARTReceive.bin new file mode 100644 index 00000000..013036e3 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRUARTReceive.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRUARTSetup.bin b/2.3-1/macros/Hardware/AVR/AVRUARTSetup.bin new file mode 100644 index 00000000..82ec2911 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRUARTSetup.bin differ diff --git a/2.3-1/macros/Hardware/AVR/AVRUARTTransmit.bin b/2.3-1/macros/Hardware/AVR/AVRUARTTransmit.bin new file mode 100644 index 00000000..9e53d9a6 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/AVRUARTTransmit.bin differ diff --git a/2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.bin b/2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.bin new file mode 100644 index 00000000..48ab5cd8 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/GetAVRSupportFunctions.bin differ diff --git a/2.3-1/macros/Hardware/AVR/GetPeripheral.bin b/2.3-1/macros/Hardware/AVR/GetPeripheral.bin new file mode 100644 index 00000000..b496bbb0 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/GetPeripheral.bin differ diff --git a/2.3-1/macros/Hardware/AVR/InsertPeripheralInList.bin b/2.3-1/macros/Hardware/AVR/InsertPeripheralInList.bin new file mode 100644 index 00000000..c49f4e04 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/InsertPeripheralInList.bin differ diff --git a/2.3-1/macros/Hardware/AVR/IsAVRSupportFunction.bin b/2.3-1/macros/Hardware/AVR/IsAVRSupportFunction.bin new file mode 100644 index 00000000..e2382308 Binary files /dev/null and b/2.3-1/macros/Hardware/AVR/IsAVRSupportFunction.bin differ diff --git a/2.3-1/macros/Hardware/AVR/lib b/2.3-1/macros/Hardware/AVR/lib index 5c8f0da2..7631c354 100644 Binary files a/2.3-1/macros/Hardware/AVR/lib and b/2.3-1/macros/Hardware/AVR/lib differ -- cgit