MatLab and Arduino readVoltage Function

2 次查看(过去 30 天)
I've not long switched from 2013a to 2014a, so installing the 3rd party tools was a completely different process than it was when setting the Arduino up with 2013a. Also the functions have changed in that you have to pass the Arduino object into each function instead of dot notation. Also the names of the functions have changed. Before, I used to read an anolog pin e.g. ard.analogRead(0). Now we have readVoltage which is the opposite of what I want to capture. Can the former still be used, or will I have to do this in order to read in bits:
readVoltage(ard, 0) * 1023 / 5;
I've read the pdf that comes with the installation, but theres no mention of an analogRead function.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Support Package for Arduino Hardware 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by