Skip to content

Commit

Permalink
send out digital pin status directly after power up
Browse files Browse the repository at this point in the history
  • Loading branch information
breaker27 committed May 11, 2014
1 parent b8c066f commit b30580d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware/shc_envsensor/shc_envsensor.c
Expand Up @@ -139,6 +139,9 @@ void init_di_sensor(void)
{
setPullUp(di[i].port, di[i].pin);
}

// remember to send out status after power up
di_change = true;
}
}
}
Expand Down

0 comments on commit b30580d

Please sign in to comment.