blob: 290718dc4f5d0eda3c68523f9e661585e1e00458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.. _lang-togglepin:
togglePin()
===========
Switches a digital output pin from :ref:`HIGH <lang-constants-high>`
to :ref:`LOW <lang-constants-low>`, or from LOW to HIGH.
Library Documentation
---------------------
.. doxygenfunction:: togglePin
See Also
--------
- :ref:`toggleLED() <lang-toggleled>`
|