pca9685/config/config.exs
2019-10-07 16:13:38 +13:00

6 lines
84 B
Elixir

import Config
config :pca9685,
devices: [
%{bus: "i2c-1", address: 0x42}
]