Skip to content

Commit

Permalink
Merge pull request #16 from tillepille/master
Browse files Browse the repository at this point in the history
sounds pretty good... thanks for your work!
  • Loading branch information
xkonni committed Apr 3, 2016
2 parents 7081c10 + c05c0be commit 024a33c
Show file tree
Hide file tree
Showing 11 changed files with 723 additions and 172 deletions.
389 changes: 255 additions & 134 deletions daemon.cpp

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions daemon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <wiringPi.h>

char nGroup[6];
int nSys;
int nSwitchNumber;
int nAction;
int nPlugs;
Expand Down
2 changes: 1 addition & 1 deletion send.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ int main(int argc, char *argv[]) {
printUsage();
return -1;
}
}
}
Loading

0 comments on commit 024a33c

Please sign in to comment.