This function returns the state of a digital sensor connected to the specified pin.
readdigitalniput()
Function Definition: readdigitalniput(‘3’,’2’)
- Python Library: Sensors (Quarky Intellio)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| ‘3’,’2’ | int | This function returns the state of a digital sensor connected to the specified pin. | 1,2 |
Description
Example
There are no examples documented for this article.
