Programming With Pictures icon Programming With Pictures Use camera-detected printed cue cards (direction, pause, start) to record and run stored movement sequences for ARC robots. Try it →
 

Toggle

Digital.toggle(port, [ezbIndex])

Parameters

port Digital port to toggle.
ezbIndex (optional) Board index of the EZB to use.

Returns

The value toggled to.

Description

Toggles the digital port. If the digital port was 0 then it is set to 1. If the digital port was 1 then it is set to 0.