-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8d5a80
commit 6743710
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
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,10 +1,15 @@ | ||
# elancontrol | ||
### Code to control an Elan System6 Integrated Multi-Zone Controller from RaspberryPi | ||
Command line tools useful for E6 | ||
|
||
Mostly for those who want to explore how I figured out the protocol. | ||
|
||
test_c_call: Calling the C bit banger from C++, when my original plan was to write the server in C++ | ||
|
||
serial_test.py: Program I wrote to figure out status bits from serial port. Prints status packet in binary, and highlights changes from the last packet | ||
|
||
volume_up: Sends a volume up command | ||
|
||
send_zpad_command_CLI.c: Command line Elan command sender | ||
|
||
send_zpad_command.c: Command sender function for C++ |