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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello, I'm new with mbed and c++ programing. I have played simple ready made codes (buttons, leds,lcd ..) with my stm32 (nucleof411) board. Now i'm trying to do multi function button with calculating button pressed time.
Something like this: button pressed 1 to 999ms -> turn only led1 on button pressed 1000 to 3000ms -> turn only led2 on button pressed over 3000ms -> turn only led3 on
i dont'n know where to start :)