M apps/goatherd/src/gh_time.erl +3 -0
@@ 49,6 49,9 @@
%
% This actually takes up a noticable amount of CPU time, which makes
% me a little frumple, but the interface can stay the same I guess.
+%
+% TODO: Consider using ets (erlang term storage) instead, or atomics,
+% it has an update_counter function already
-module(gh_time).
-export([init/0, start/0, start_link/0, subscribe/1, unsubscribe/1, reset/0]).
M rebar.config +1 -1
@@ 1,7 1,7 @@
{erl_opts, [debug_info]}.
{deps, [
%{circuits_uart, "1.4.2"}
- {circuits_uart, {elixir, "circuits_uart", "1.4.2"}}
+ %{circuits_uart, {elixir, "circuits_uart", "1.4.2"}}
]}.
{relx, [{release, {goatherd, "0.1.0"},