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 am trying to read an IR signal but it always generates an error. I am using maqueen 1.5.6 in makecode.microbit.org.
I have kept the test simple with the JS below: maqueen.IR_callbackUser(function (message) { basic.showLeds(
. . . . .
. . . . #
. . . # .
# . # . .
. # . . . ) }) basic.showLeds(
. # # # .
# . # . #
# . # # #
# . . . #
. # # # . )
Should this be working or am I missing some initialisation?
The text was updated successfully, but these errors were encountered:
I am trying to read an IR signal but it always generates an error. I am using maqueen 1.5.6 in makecode.microbit.org.
I have kept the test simple with the JS below:
maqueen.IR_callbackUser(function (message) { basic.showLeds(
. . . . .
. . . . #
. . . # .
# . # . .
. # . . .
) }) basic.showLeds(
. # # # .
# . # . #
# . # # #
# . . . #
. # # # .
)
Should this be working or am I missing some initialisation?
The text was updated successfully, but these errors were encountered: