The function reads the digital value of a sensor connected to the specified pin and returns True or False. The pins can be set to A1, A2, and S1.
readdigitalinput()
Function Definition: readdigitalinput( A1)
- Python Library: Quarky Intellio (Main)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| A1 | character | The function reads the digital value of a sensor connected to the specified pin and returns True or False. | A1, A2, A3 |
Description
Example
There are no examples documented for this article.
