arduino-x10
arduino-x10 copied to clipboard
Creatrope's X10 send/receive library forked from google docs.
Results
2
arduino-x10 issues
Sort by
recently updated
recently updated
newest added
(At least) the Check_Rcvr ISR is called as object->Check_Rcvr, but object was never initialized, causing a memory fault exception 18 on an ESP8266 device (and presumably all others as well,...
Instead of: ```c++ // constructors: x10(int zeroCrossingPin, int dataPin, int rp, int led); x10(int zeroCrossingPin, int dataPin, int rp); x10(int zeroCrossingPin, int dataPin); x10(); ``` Use: ```c++ // constructors: x10(int...