Update Architecture.md

This commit is contained in:
Jaap van Ekris 2023-04-27 15:23:22 +02:00 committed by GitHub
parent 505a486d76
commit d4479747ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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)