Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
https://github.com/MuskaanJain2021/MULTITASKING-ON-STM32F407VGT6.git
Task I am trying to achieve is
The LED is off initially.
Depending on switch press, the LED blinks in following way.
1st Switch press: LED blinks at frequency of 0.5 Hz.
2nd Switch press: LED blinks at frequency of 1 Hz.
3rd Switch press: LED blinks at frequency of 2 Hz.
4th Switch press: LED turns off.
I am using NVIC,Exti, gpio, systick,led pattern drivers .
Present status is led is off initially and then it glows on 1st button press then nothing happens(still on)
CONTRIBUTE TO THIS THREAD