Methods
-
high()
-
Returns the constant value for high, equivalent to 1
Check out the third party documentation for a more in depth explanation.Code Equivalent:
HIGH
-
led_builtin()
-
Returns the constant pin for the built in LED, which is pin #13
Check out the third party documentation for a more in depth explanation.Code Equivalent:
LED_BUILTIN
-
low()
-
Returns the constant value for low, equivalent to 0
Check out the third party documentation for a more in depth explanation.Code Equivalent:
LOW