pin - Digital pin controlΒΆ

Configure a Digital probe.

Usage:

- command: pin <probe> input [pullup]

- command: pin <probe> output [low|high]

Argument

Description

probe

Probe (DDTPxx, RDTPxx, UARTx_RTS or SWD_NRST)

input

Configure as input

pullup

Enable pull-up (only for RDTPxx pins)

output

Configure as output

low

Set low

high

Set high

Examples