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
OK, I forked the learning guides and went to make the change and found the same error in four different guides.
This has caused me to be concerned. I can only assume one of three possible situations:
those guides were not tested (seems unlikely)
those guides somehow work but only with themselves (i.e. they somehow have the reciprocal error of the receive ... but I could not find that to be the case)
something has changed since those guides were written (most are 2+ years old)
I am happy to submit the pull request but I would like another set of eyes to scrutinize the changed code. I do not have a Circuit Playground Express on hand and do not have the irRobotControl board(s).
I performed my testing using a Raspberry Pi PICO and the Adafruit IR Receiver board and IR Emitter board.
In the learning guide for the Circuit Playground Express, IR CPX to CPX example, the code has the following:
However, the sample code from
adafruilt_irremote.py
has the following:The CPX example results in the receive data being the 1s compliment of the send data.
The text was updated successfully, but these errors were encountered: