From de14a5628ad439e20770d10733ebdac46562a860 Mon Sep 17 00:00:00 2001
From: Jorawar Singh
Date: Fri, 7 Jul 2017 13:00:37 +0530
Subject: Raspberry Pi function changes and minor gui changes
---
help/en_US/scilab_en_US_help/index.html | 259 --------------------------------
1 file changed, 259 deletions(-)
delete mode 100644 help/en_US/scilab_en_US_help/index.html
(limited to 'help/en_US/scilab_en_US_help/index.html')
diff --git a/help/en_US/scilab_en_US_help/index.html b/help/en_US/scilab_en_US_help/index.html
deleted file mode 100644
index 83e3712e..00000000
--- a/help/en_US/scilab_en_US_help/index.html
+++ /dev/null
@@ -1,259 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
- Scilab 2 C Converter
-
-
-- Scilab 2 C Converter
-
- AVRADCSetup — Function to initialise ADC of AVR
-
-
-
-
-
-- AVRDigitalIn — Function to get state (high\low) of a digital input pin on AVR
-
-
-
-
-
-- AVRDigitalOut — Function to change state (high\low) of a digital output pin on AVR
-
-
-
-
-
-- AVRDigitalPortSetup — Function to decide direction of port on AVR
-
-
-
-
-
-- AVRDigitalSetup — Function to decide direction of a digital pin on AVR
-
-
-
-
-
-- AVRGetTimerValue — Function to get timer count
-
-
-
-
-
-- AVRPWM0SetDuty — Function to Set Duty cycle of PWM Output generated by Timer0 at OC0 pin.
-
-
-
-
-
-- AVRPWM0Setup — Function to Setup OC0 pin for required PWM mode
-
-
-
-
-
-- AVRPWM1SetDuty — Function to Set Duty cycle of PWM Output generated by Timer1 at OC1A or OC1B pin.
-
-
-
-
-
-- AVRPWM1Setup — Function to Setup OC1A or OC1B pin for required PWM mode
-
-
-
-
-
-- AVRPWM2SetDuty — Function to Set Duty cycle of PWM Output generated by Timer2 at OC2 pin.
-
-
-
-
-
-- AVRPWM2Setup — Function to Setup OC2 pin for required PWM mode
-
-
-
-
-
-- AVRReadADC — Function to get voltage on analog pin on AVR
-
-
-
-
-
-- AVRSleep — Function to pause the execution for the given time.
-
-
-
-
-
-- AVRTimerSetup — Function to setup Timers in ATmega16
-
-
-
-
-
-- AVRUARTReceive — Function to Receive Char value send to ATmega16 using UART or USART.
-
-
-
-
-
-- AVRUARTSetup — Function to Setup Serial Communication i.e UART or USART in ATmega16.
-
-
-
-
-
-- AVRUARTTransmit — Function to Transmit data using UART or USART.
-
-
-
-
-
-- CV_AdaptiveThreshold — function to adaptively threshold input image
-
-
-
-
-
-- CV_Blur — function to blur image using normalised box filter
-
-
-
-
-
-- CV_Canny — Finds edges in image using Canny algorithm
-
-
-
-
-
-- CV_CornerHarris — Finds edges in image using Harris algorithm
-
-
-
-
-
-- CV_CreateImage — function to create an image object of given size and type
-
-
-
-
-
-- CV_CvtColor — function to convert image from one colorspace to other colorspace
-
-
-
-
-
-- CV_Dilate — dilates an image by using a specific structuring element.
-
-
-
-
-
-- CV_DistanceTransform — function to calculate distance to closest zero pixels for each pixel
-
-
-
-
-
-- CV_Erode — Erodes an image by using a specific structuring element.
-
-
-
-
-
-- CV_GaussianBlur — function to blur image using gaussian filter
-
-
-
-
-
-- CV_GetImgSize — function to get size of the image (width*height)
-
-
-
-
-
-- CV_LoadImage — function to load an image object from given filename
-
-
-
-
-
-- CV_MedianBlur — function to blur image using median filter
-
-
-
-
-
-- CV_SaveImage — function to save an image object as a given filename
-
-
-
-
-
-- CV_ShowImage — function to show an image
-
-
-
-
-
-- CV_Threshold — function to threshold input image
-
-
-
-
-
-- CV_WaitKey — function similar to cvWaitKey
-
-
-
-
-
--
cgit