The function reads the analog value from the specified pin and returns a value between 0 and 4095.
readanaloginput()
Function Definition: readanaloginput(‘1’,’2’)
- Python Library: Sensors (Quarky Intellio)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| ‘1’,’2’ | int | The function reads the analog value from the specified pin and returns a value between 0 and 4095. | 0 to 4095 |
Description
Example
There are no examples documented for this article.
