Update Architecture.md
This commit is contained in:
parent
505a486d76
commit
d4479747ba
|
|
@ -19,7 +19,8 @@ At the highest level, we recognise the following functional components, with the
|
|||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
A(GpioTimerService.js) -->|time between ticks| B(server.js) & B(server.js) -->|time between ticks| D(RowingStatistics.js)
|
||||
A(GpioTimerService.js) -->|time between ticks| B(server.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)
|
||||
B(server.js) -->|Heart rate data| D(RowingStatistics.js)
|
||||
|
|
|
|||
Loading…
Reference in New Issue