Carlos Pereira Atencio
Results
82
issues of
Carlos Pereira Atencio
The beta simulator currently records for about 12 seconds, and the device around 5 seconds. ```ts input.onButtonPressed(Button.A, function () { record.startRecording(record.BlockingState.Blocking) }) input.onButtonPressed(Button.B, function () { record.playAudio(record.BlockingState.Nonblocking) }) ``` Tested...
P2
music
When a programme is too large for both micro:bit V1 and V2 MakeCode will indicate this with two error modals, one for each board. Ideally this should be combined into...
P2