I have a student who wants to make a simple timer that you can set anywhere from 1 min to 30 minutes. Is there a basic way to set this up in app lab? Any help is appreciated!
Hi @avankley,
The simplest timer can be done with the timed loop block. Here is a sample app with a timer that captures seconds. Some basic math will convert it to minutes if needed.
Hope this helps!
~Michelle