Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 183 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 183 Bytes

BACNet

Installation

The package can be installed by adding bacnet to your list of dependencies in mix.exs:

def deps do
  [
    {:bacnet, "~> 0.1.0"}
  ]
end