diff options
author | siddhu8990 | 2017-04-19 14:28:34 +0530 |
---|---|---|
committer | siddhu8990 | 2017-04-19 14:28:34 +0530 |
commit | 9e506f48291533cba7b4c555b0d2e98f234bfbe3 (patch) | |
tree | 6ffe38eefea51cdb767493850b2ada0c098fe416 /macros/Hardware/AVR/names | |
parent | 453598b49cb3d4a62b1797dbc90f0e3dd4521329 (diff) | |
download | scilab2c-9e506f48291533cba7b4c555b0d2e98f234bfbe3.tar.gz scilab2c-9e506f48291533cba7b4c555b0d2e98f234bfbe3.tar.bz2 scilab2c-9e506f48291533cba7b4c555b0d2e98f234bfbe3.zip |
Merged Ashish's work
Diffstat (limited to 'macros/Hardware/AVR/names')
-rw-r--r-- | macros/Hardware/AVR/names | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/macros/Hardware/AVR/names b/macros/Hardware/AVR/names index 624fee8a..8fcfdb75 100644 --- a/macros/Hardware/AVR/names +++ b/macros/Hardware/AVR/names @@ -1,13 +1,21 @@ AVRADCSetup AVRDigitalIn AVRDigitalOut +AVRDigitalPortSetup AVRDigitalSetup AVRGetTimerValue -AVRPWMSetDuty -AVRPWMSetup +AVRPWM0SetDuty +AVRPWM0Setup +AVRPWM1SetDuty +AVRPWM1Setup +AVRPWM2SetDuty +AVRPWM2Setup AVRReadADC +AVRSleep AVRTimerSetup +AVRUARTReceive AVRUARTSetup +AVRUARTTransmit GetAVRSupportFunctions GetPeripheral InsertPeripheralInList |