diff --git a/src/extras/RFControl.cpp b/src/extras/RFControl.cpp index 77f5453..4644bc2 100644 --- a/src/extras/RFControl.cpp +++ b/src/extras/RFControl.cpp @@ -78,6 +78,3 @@ boolean RFControl::configured=false; volatile int RFControl::numCycles; uint32_t *RFControl::pRMT=(uint32_t *)RMT_CHANNEL_MEM(0); int RFControl::pCount=0; - -RFControl RF433(RF433_PIN); -RFControl RF315(RF315_PIN); diff --git a/src/extras/RFControl.h b/src/extras/RFControl.h index 3449277..bc0d59a 100644 --- a/src/extras/RFControl.h +++ b/src/extras/RFControl.h @@ -3,9 +3,6 @@ // RF Control Module // //////////////////////////////////// -#define RF433_PIN 22 // pin used for 433MHz transmitter -#define RF315_PIN 23 // pin used for 315MHz transmitter - class RFControl { private: int pin; @@ -24,6 +21,6 @@ class RFControl { // Two transmitters are defined -extern RFControl RF433; -extern RFControl RF315; +//extern RFControl RF433; +//extern RFControl RF315;