-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from tillepille/master
sounds pretty good... thanks for your work!
- Loading branch information
Showing
11 changed files
with
723 additions
and
172 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -201,4 +201,4 @@ int main(int argc, char *argv[]) { | |
printUsage(); | ||
return -1; | ||
} | ||
} | ||
} |
Oops, something went wrong.