benclifford/ervide
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Build (including downloading dependencies):
$ rebar3 release
Run:
$ rebar3 shell
This will start the application, and leave the console at an erlang
shell to allow interaction with the code.
Set target temperature:
1> errorterm ! {setpoint, 65.6}.
Stop:
1> init:stop().