diff options
author | siddhu8990 | 2015-12-11 18:28:43 +0530 |
---|---|---|
committer | siddhu8990 | 2015-12-11 18:28:43 +0530 |
commit | 96b51a5ded447676d493be9721e4480065a5ae7e (patch) | |
tree | c7a52243f195cf0887cc2141dd26e32cf332b483 /macros/Hardware/AVR/AVRADCSetup.sci | |
parent | 56d929da6683ca38ab07870173dba5aadb451403 (diff) | |
download | scilab2c-96b51a5ded447676d493be9721e4480065a5ae7e.tar.gz scilab2c-96b51a5ded447676d493be9721e4480065a5ae7e.tar.bz2 scilab2c-96b51a5ded447676d493be9721e4480065a5ae7e.zip |
AVR ADC checked after some modifications
Diffstat (limited to 'macros/Hardware/AVR/AVRADCSetup.sci')
-rw-r--r-- | macros/Hardware/AVR/AVRADCSetup.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Hardware/AVR/AVRADCSetup.sci b/macros/Hardware/AVR/AVRADCSetup.sci index d9897fc3..ce9117d0 100644 --- a/macros/Hardware/AVR/AVRADCSetup.sci +++ b/macros/Hardware/AVR/AVRADCSetup.sci @@ -2,7 +2,7 @@ function AVRADCSetup(prescalar,adc_ref) // Function to initialise ADC of AVR // // Calling Sequence -// AVRSetupADC(uint8 prescalar, uint8 adc_ref) +// AVRADCSetup(uint8 prescalar, uint8 adc_ref) // // Parameters // prescalar: prescalar to be used for generating ADC clock (0-7) |