Circuits.GPIO.close

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

Specs

close(reference()) :: :ok

Release the resources associated with the GPIO.

This is optional. The garbage collector will free GPIO resources that aren't in use, but this will free them sooner.