remove unnecessary file

This commit is contained in:
Patric Gruber 2024-08-31 00:42:51 +02:00
parent 71b31c78fb
commit b846547f2f

View file

@ -1,25 +0,0 @@
*** Hearrate task state machine ***
GoToSleep StopMeasurement
┌───────────────┐ ┌─────────────────────────────┐
▼ │ ▼ │
┌──────┐ ┌──┴──────┐ ┌─────┴─────┐
│ │ WakeUp │ │ StartMeasurement │ │
│ Idle ├───────►│ Running ├─────────────────►│ Measuring │
│ │ │ │ │ │
└──────┘ └─────────┘ └─────┬─────┘
▲ ▲ │
│ StopMeasurement │ │
├──────────────────────────────────┐ │ │ GoToSleep
│ │ WakeUp │ │
│ ┌────────────────────────────┼─────────┤ │
│ │ │ │ ▼
┌──┴─────┴──────────┐ ┌┴─────────┴──────────┐
│ │ measured │ │
│ BackgroundWaiting │◄───────────────┤ BackgroundMeasuring │
│ │ │ │
└┬─────────────────┬┘ └─────────────────────┘
│ ▲ │ ▲
└────────┘ └────────────────────────────┘
wait time < interval wait time >= interval