# `Circuits.GPIO.Handle`
[🔗](https://github.com/elixir-circuits/circuits_gpio/blob/v2.1.3/lib/gpio/handle.ex#L5)

Handle for referring to GPIOs

Use the functions in `Circuits.GPIO` to read and write to GPIOs.

# `t`

```elixir
@type t() :: term()
```

All the types that implement this protocol.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
