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
This is a serious bug, IR handler is called even when no IR code is received, again and again, in a loop. This is just just a bad bug. Try this demo and you will see that micro:bit beeps all the time:
Compare with this code, it uses library for NEC compatible remote controller, much better design; it works with the same IR remote controller from ELECFREAK even it is not NEC compatible:
This is a serious bug, IR handler is called even when no IR code is received, again and again, in a loop. This is just just a bad bug. Try this demo and you will see that micro:bit beeps all the time:
https://makecode.microbit.org/_cwEXRE2JoMHh
Compare with this code, it uses library for NEC compatible remote controller, much better design; it works with the same IR remote controller from ELECFREAK even it is not NEC compatible:
https://makecode.microbit.org/_Y4tJMyPf777M
The text was updated successfully, but these errors were encountered: