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

From Serious Documentation
Jump to: navigation, search
Line 1: Line 1:
 
{{PortvarTableStart|}}
 
{{PortvarTableStart|}}
|<onlyinclude>{{Portvar|gpio|mode}}||{{DataType|Byte}}||Read/Write||Sets the output mode of the GPIOx 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|modeX}}||{{DataType|Byte}}||Read/Write||Sets the output mode of the GPIOx 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>
 
|}
 
|}

Revision as of 07:23, 16 November 2018

Portvar Data Type Permissions Description
modeX Byte Read/Write Sets the output mode of the GPIOx pin, where "x" is 0,1,.. depending on the platform; See platform.GPIO.IOMODE constants for possible settings; IOMODE.INPUT is the default, and specifies output disabled with the GPIO a pure input pin.