You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used the library and it works very well. Now I have written a sketch that first uses the NewRemoteReceiver to receive and 'learn' the address of a new remote control. However, in the sketch I declare NewRemoteTransmitter transmitter(REMOTE_ADDRESS, TransPin, 269, 3). I did not succeed to change the _address parameter in loop() after it has been declared and I cannot use the new 'learned' remote control address. Perhaps a silly question, but I got stuck. Suggestions are really welcome. Thanks in advance
The text was updated successfully, but these errors were encountered:
I have used the library and it works very well. Now I have written a sketch that first uses the NewRemoteReceiver to receive and 'learn' the address of a new remote control. However, in the sketch I declare NewRemoteTransmitter transmitter(REMOTE_ADDRESS, TransPin, 269, 3). I did not succeed to change the _address parameter in loop() after it has been declared and I cannot use the new 'learned' remote control address. Perhaps a silly question, but I got stuck. Suggestions are really welcome. Thanks in advance
The text was updated successfully, but these errors were encountered: