Skip to content

PIN

Category: Statement
Syntax: PIN(pin, mode)

Description

Configures a GPIO pin to act as an input (IN) or output (OUT).

See also

Example

10 PIN(13, OUT)
20 PIN(5, IN)