The function sets the specified pin’s digital state to LOW (0V) or HIGH (3.3V). The pins can be set to A1, A2, and S1.
setdigitaloutput()
Function Definition: setdigitaloutput(‘2’,‘1’)
- Python Library: Quarky Intellio (Main)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| ‘2’,‘1’ | int | The function sets the specified pin's digital state to LOW (0V) or HIGH (3.3V). The pins can be set to A1, A2, and S1. | A1, A2, S1 |
Description
Example
There are no examples documented for this article.
