diff options
author | siddhu8990 | 2017-05-04 20:07:20 +0530 |
---|---|---|
committer | siddhu8990 | 2017-05-04 20:07:20 +0530 |
commit | 5f17dffbfa6d84aee23f7946cfa95e9e5c9995b7 (patch) | |
tree | 9c40edea8cb8a8e8f78f2823a5a54855bcaf6447 /2.3-1/macros/Hardware/RasberryPi | |
parent | 472b2e7ebbd2d8b3ecd00b228128aa8a0bd3f920 (diff) | |
download | Scilab2C-5f17dffbfa6d84aee23f7946cfa95e9e5c9995b7.tar.gz Scilab2C-5f17dffbfa6d84aee23f7946cfa95e9e5c9995b7.tar.bz2 Scilab2C-5f17dffbfa6d84aee23f7946cfa95e9e5c9995b7.zip |
Toolbox working with scilab 6.0
Diffstat (limited to '2.3-1/macros/Hardware/RasberryPi')
-rw-r--r-- | 2.3-1/macros/Hardware/RasberryPi/lib | bin | 0 -> 1152 bytes | |||
-rw-r--r-- | 2.3-1/macros/Hardware/RasberryPi/names | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/2.3-1/macros/Hardware/RasberryPi/lib b/2.3-1/macros/Hardware/RasberryPi/lib Binary files differnew file mode 100644 index 00000000..d25d9440 --- /dev/null +++ b/2.3-1/macros/Hardware/RasberryPi/lib diff --git a/2.3-1/macros/Hardware/RasberryPi/names b/2.3-1/macros/Hardware/RasberryPi/names new file mode 100644 index 00000000..fa647761 --- /dev/null +++ b/2.3-1/macros/Hardware/RasberryPi/names @@ -0,0 +1,21 @@ +GetRPISupportFunctions +IsRPISupportFunction +RPI_DelayMicro +RPI_DelayMilli +RPI_DigitalIn +RPI_DigitalOut +RPI_DigitalSetup +RPI_GetMicros +RPI_GetMillis +RPI_HardPWMSetClock +RPI_HardPWMSetMode +RPI_HardPWMSetRange +RPI_HardPWMWrite +RPI_PinISR +RPI_SerialClose +RPI_SerialFlush +RPI_SerialGetChar +RPI_SerialSendChar +RPI_SerialSendData +RPI_SerialSetup +u16RPISerialDataAvail |