How do I stop vibration, playTone in Attention class? I can start it no problem, but for stopping there is zero documentation around it
How do I stop vibration, playTone in Attention class? I can start it no problem, but for stopping there is zero documentation around it
When you do a vibrate or play a tone, it does those one time and then stops. Are you sure you are not calling Attention in a loop?
Add a println right when you call attention, and if you are in a loop, you'll keep seeing new output in the sim.
omg... yeah, those are being called when I get location and it's set to get it continuous... Thanks man!