Update Architecture.md
This commit is contained in:
parent
82ae6ad504
commit
4cad854bf6
|
|
@ -19,8 +19,9 @@ At the highest level, we recognise the following functional components, with the
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
flowchart LR
|
flowchart LR
|
||||||
A(GpioTimerService.js) -->|time between ticks| B(server.js) & D(RowingStatistics.js) -->|Rowing metrics| B(server.js)
|
A(GpioTimerService.js) -->|time between ticks| B(server.js)
|
||||||
B(server.js) -->|time between ticks| D(RowingStatistics.js)
|
B(server.js) -->|time between ticks| D(RowingStatistics.js)
|
||||||
|
D(RowingStatistics.js) -->|Rowing metrics| B(server.js)
|
||||||
C(PeripheralManager.js) -->|Heart rate data| B(server.js)
|
C(PeripheralManager.js) -->|Heart rate data| B(server.js)
|
||||||
B(server.js) -->|Heart rate data| D(RowingStatistics.js)
|
B(server.js) -->|Heart rate data| D(RowingStatistics.js)
|
||||||
B(server.js) -->|Rowing metrics| E(PeripheralManager.js)
|
B(server.js) -->|Rowing metrics| E(PeripheralManager.js)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue