Skip to content

Commit

Permalink
Auto stash before merge of "master" and "origin/master"
Browse files Browse the repository at this point in the history
  • Loading branch information
oxynad committed Aug 14, 2018
1 parent 762d6f4 commit 6cae23f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
% {gpio1, pmod_amp2},
% {uart, pmod_maxsonar},
% {spi1, pmod_gyro},
{spi1, pmod_nav}
% {spi2, pmod_als}
{spi1, pmod_nav},
{spi2, pmod_als}
]}
]}
].
1 change: 1 addition & 0 deletions src/node_generic_tasks_functions.erl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nav_sensor(Comp, Register) ->
% logger:log(info, "Value = ~p ~n", pmod_nav:read(alt, [press_out])),
logger:log(notice, "Value = ~p ~n", pmod_nav:read(Comp, [Register])).


meteorological_statistics(SampleCount, SampleInterval, Trigger) ->
% Must check if module is available
{pmod_nav, Pid, _Ref} = node_util:get_nav(),
Expand Down

0 comments on commit 6cae23f

Please sign in to comment.