Switches a digital output pin from HIGH to LOW, or from LOW to HIGH.
Toggles the digital value at the given pin.
The pin must have its mode set to OUTPUT.
the pin to toggle. If the pin is HIGH, set it LOW. If it is LOW, set it HIGH.
pinMode()
Enter search terms or a module, class or function name.