Difference between revisions of "SHIP:Port:gpio:ioModeX"

From Serious Documentation
Jump to: navigation, search
(Created page with "{{PortvarTableStart|}} |<onlyinclude>{{Portvar|gpio|ioModeX}}||{{DataType|Byte}}||Read/Write||Sets the output mode of the GPIO<X> pin, where "X" is 0,1,.. depending on t...")
 
 
Line 1: Line 1:
 
{{PortvarTableStart|}}
 
{{PortvarTableStart|}}
|<onlyinclude>{{Portvar|gpio|ioModeX}}||{{DataType|Byte}}||Read/Write||Sets the output mode of the GPIO&lt;X&gt; pin, where "X" is 0,1,.. depending on the platform; See [[platform.GPIO.IOMODE]] constants for possible settings; {{Const|IOMODE|IOMODE.INPUT}}  is the default, and specifies output disabled with the GPIO a pure input pin.</onlyinclude>
+
|<onlyinclude>{{Portvar|gpio|ioModeX}}||{{DataType|Byte}}||Read/Write||Sets the output mode of the GPIO&lt;X&gt; pin, where "X" is 0,1,.. depending on the platform; See [[platform.GPIO.IOMODE]] constants for settings.</onlyinclude>
 
|}
 
|}

Latest revision as of 13:48, 29 March 2019

Portvar Data Type Permissions Description
ioModeX Byte Read/Write Sets the output mode of the GPIO<X> pin, where "X" is 0,1,.. depending on the platform; See platform.GPIO.IOMODE constants for settings.