Hi. I am working on a program to record Robot information with a SD card. I would like to read V5 motor voltage during runtime. Working with VexCode. I was poking around in the Vex SDK and noticed this.
vexMotorVoltageGet(index);
Would the following work?
LeftFwdRecord[i]=(double)vexMotorVoltageGet(1);
If not, how else should I access voltage numbers?