Fixed bugs and added defines

Ready for testing
This commit is contained in:
Rafi Khan
2017-08-18 17:10:23 -06:00
parent c43d221a7b
commit 42b791f9ad
2 changed files with 10 additions and 2 deletions

View File

@@ -79,6 +79,9 @@
#define DECODE_LEGO_PF 0 // NOT WRITTEN
#define SEND_LEGO_PF 1
#define DECODE_RECS80 0 // NOT WRITTEN
#define SEND_RECS80 1 // Still being tested
//------------------------------------------------------------------------------
// When sending a Pronto code we request to send either the "once" code
// or the "repeat" code
@@ -350,6 +353,10 @@ class IRsend
# if SEND_LEGO_PF
void sendLegoPowerFunctions (uint16_t data, bool repeat = true) ;
# endif
//......................................................................
# if SEND_RECS80
void sendRECS80 (uint8_t address, uint8_t address_nbit, uint8_t command, uint8_t command_nbit) ;
# endif
#ifdef USE_SOFT_CARRIER
private: