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
How can I change channel in the code?
I would like to be able to use e.g. 2 Lego IR receivers 8884 in a car.
Then I would like to be able to switch the channel in the Arduino code.
What is the code to do that?
The text was updated successfully, but these errors were encountered:
Suggestion
#include <PowerFunctions.h>
PowerFunctions pfCh1(12, 0); // IR on pin12, channel 1
PowerFunctions pfCh3(12, 2); // IR on pin12, channel 3
Will work - I think ( a suggestion from Arduino Forum - J-M-L)
How can I change channel in the code?
I would like to be able to use e.g. 2 Lego IR receivers 8884 in a car.
Then I would like to be able to switch the channel in the Arduino code.
What is the code to do that?
The text was updated successfully, but these errors were encountered: