Zgateway rf2 (#94)

* some minor correction after coadcy checks

* Put serial communication speed as a parameter in user_config.h

* complete gateway file

receiving ok
sending ko
#32

* add rfm69 to CI

* change receiver key and minor improvments

#32

now ok on receiving and sending with RFM69

* add schema and tested pinout for RFM69/RF/IR wiring

#32

* RFM69 library add

* Implement newremoteswitchlibrary for KlikAanKlikUit / ClickOnClickOff protocol

#3

* add dependency for CI and link to the library

* compilation error for arduino correction

* Sketch size decrease

* remove nano from CI
This commit is contained in:
Florian
2017-09-01 00:35:26 +02:00
committed by GitHub
parent ba51e340d2
commit f8ede4aa94
8 changed files with 199 additions and 43 deletions

3
.gitmodules vendored
View File

@@ -22,3 +22,6 @@
[submodule "libraries/RFM69"]
path = libraries/RFM69
url = https://github.com/LowPowerLab/RFM69
[submodule "libraries/NewRemoteSwitch"]
path = libraries/NewRemoteSwitch
url = https://github.com/1technophile/NewRemoteSwitch