Waitpne question
T Chap
Posts: 4,223
Can anyone explain why the speaker is beeping in this loop?
I was trying to trace out by process of elimination why the loop that contains a lot of code keeps looping when conditions don't seem to be met for the waitpne to let anything through. When I got finished 'muting' all the masks to '0' as shown, it still kept beeping.
I was trying to trace out by process of elimination why the loop that contains a lot of code keeps looping when conditions don't seem to be met for the waitpne to let anything through. When I got finished 'muting' all the masks to '0' as shown, it still kept beeping.
repeat spk.beep(19, 8000, 20) waitpne(%10100_00000000_00000100, %00000000_00000000_00000000_00000000, 0)
Comments
-Phil