| aA2D_ReadInt | Index |
Definition:
Parameters:
| index | - | The index of the analog input pin. |
Return Value:
Description:
This routine converts the voltage at an analog input pin into a 10-bit quantity and returns the value in an int.
Example:
r = aA2D_ReadInt(3);
This would read the voltage at pin 3 into variable r.
Related: