Vafo / ESTC-project

ESTC Main Project
0 stars 0 forks source link

Use double click to start/stop sequence #20

Closed Vafo closed 1 year ago

Vafo commented 1 year ago

Change the button behavior: now double-click toggle blinking.

For example:

Vafo commented 1 year ago
Vafo commented 1 year ago
  • [x] Understand why Systick doesnt work, but RTC works fine

The problem is that systick overflows and counts just too fast (64MHz) So, it is not applicable to use systick to catch double click It is suggested to implement abstract layer for timer