remove unnecessary file
This commit is contained in:
parent
71b31c78fb
commit
b846547f2f
|
@ -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
|
|
Loading…
Reference in a new issue