elixir-circuits / circuits_uart

Discover and use UARTs and serial ports in Elixir
Apache License 2.0
188 stars 48 forks source link

Fix typespec for read/2 #160

Closed codestorm1 closed 8 months ago

codestorm1 commented 8 months ago

Added {:ok, {:partial, binary}} to the typespec of the read function.

Fixed links to Code of Conduct and Nerves Project Contributing Guide.

fhunleth commented 8 months ago

Thank you for all of the fixes!