Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 11 months ago.
How can I use a potentiometer to scroll through options in a menu?
Fairly basic question but not sure where to start. Any help would be appreciated
Thanks
1 Answer
8 years, 11 months ago.
You have two things to make: First a menu where you can scroll through, then the analog part. I would start with the menu part, that i the hardest. Just use some wait statements to make it scroll one further every second for example, and make that work properly. Then the next step is adding the potentiometer.
In general programming (and most engineering stuff, maybe even things in life in general ;) ): Cut it into small parts you can solve individually.