We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf114b commit 5cf365bCopy full SHA for 5cf365b
1 file changed
lib/circuits_uart.ex
@@ -68,7 +68,7 @@ defmodule Circuits.UART do
68
```elixir
69
%{"ttyS0" -> %{vendor_id: 1234, product_id: 1,
70
manufacturer: "Acme Corporation", serial_number: "000001"},
71
- "ttyUSB0" -> ${vendor_id: 1234, product_id: 2}}
+ "ttyUSB0" -> %{vendor_id: 1234, product_id: 2}}
72
```
73
74
Depending on the port and the operating system, not all fields may be
0 commit comments