Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
would like a longer sequence.
present one posted only lasts about 4 seconds
If PORTB.0=0 Then //if button 1 pressed
For i = 1 To 200 //play 10 tones
Tone=Rand(5) //each tone is random frequency
DelayMS(250) //and for 0.25 seconds
Next //end for loop
Else //otherwise
Tone=5 //silence
i=Rand(255) //make rand more random
EndIf //end if condition
as the PIR goes high on detect
If PORTB.0=0 Then
If PORTB.0=[COLOR="Red"]1[/COLOR] Then