Fix typo in docs.

This commit is contained in:
James Harton 2019-10-08 14:29:03 +13:00
parent d61ecdc47b
commit 1e752904a0
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Add your device to your config like so:
```elixir ```elixir
config :pca9685, config :pca9685,
devices: [%{%{bus: "i2c-1", address: 0x40}}] devices: [%{bus: "i2c-1", address: 0x40}]
``` ```
The properties `bus` and `address` are mandatory. You can optionally provide The properties `bus` and `address` are mandatory. You can optionally provide

View file

@ -8,7 +8,7 @@ defmodule PCA9685 do
Add your device to your config like so: Add your device to your config like so:
config :pca9685, config :pca9685,
devices: [%{%{bus: "i2c-1", address: 0x40}}] devices: [%{bus: "i2c-1", address: 0x40}]
The properties `bus` and `address` are mandatory. You can optionally provide The properties `bus` and `address` are mandatory. You can optionally provide
`pwm_freq` which is the output frequency you'd like to set (in Hz) and `pwm_freq` which is the output frequency you'd like to set (in Hz) and