Skip to content

Commit

Permalink
tri state p0.7 (lumosity pin)
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Sep 17, 2020
1 parent 5af5fd1 commit ff0c4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/zcl_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ static zclGeneral_AppCallbacks_t zclApp_CmdCallbacks = {

void zclApp_Init(byte task_id) {
P0INP |= BV(4); // tri state p0.4 (soil humidity pin)
P0INP |= BV(7); // tri state p0.7 (lumosity pin)

HalI2CInit();
zclApp_InitPWM();
Expand Down

0 comments on commit ff0c4d5

Please sign in to comment.