| aA2D_ReadChar | 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 an 8-bit quantity and returns the value in a char.
Example:
r = aA2D_ReadChar(3);
This would read the voltage at pin 3 into variable r.
Related: