-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `x10-transceiver` firmware: fix receiver initialization; - `x10-transceiver` firmware: added support for X10 security RF codes.
- Loading branch information
Showing
12 changed files
with
235 additions
and
63 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,3 +1,3 @@ | ||
#define CONFIG_RCSwitchReceiverPin 5 | ||
#define CONFIG_RCSwitchTransmitterPin 6 | ||
#define CONFIG_RCSwitchReceiverPin 7 | ||
#define CONFIG_RCSwitchTransmitterPin 5 | ||
#define CONFIG_RCSwitchRF_MODULE_ADDRESS "RF" |
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
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
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,3 +1,3 @@ | ||
#define CONFIG_X10RFReceiverPin 5 | ||
#define CONFIG_X10RFTransmitterPin 6 | ||
#define CONFIG_X10RFReceiverPin 7 | ||
#define CONFIG_X10RFTransmitterPin 5 | ||
#define CONFIG_X10RF_MODULE_ADDRESS "RF" |
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
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
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
Oops, something went wrong.