### Add pca9641 Dependency to mix.exs Source: https://github.com/jimsynz/pca9641/blob/main/README.md Add the pca9641 package to your project's dependencies in mix.exs to install the driver. ```elixir def deps do [ {:pca9641, "~> 2.0.3"} ] end ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.