Circuits.GPIO.write

You're seeing just the function write, go back to Circuits.GPIO module for more information.

Specs

write(reference(), value()) :: :ok

Set the value of a pin. The pin should be configured to an output for this to work.