1
0
forked from ROMEO/nexosim

Use better supported UTF symbols for arrow heads

This commit is contained in:
Serge Barral
2024-09-08 17:38:58 +02:00
parent 1c0c8ed529
commit 2a8a3738cb
7 changed files with 19 additions and 19 deletions

View File

@ -8,22 +8,22 @@
//! ```text
//! ┌────────┐
//! │ │
//! ┌───│ Load ├─── Power
//! ┌───│ Load ├─── Power
//! │ │ │
//! │ └────────┘
//! │
//! │ ┌────────┐
//! │ │ │
//! ├───│ Load ├─── Power
//! ├───│ Load ├─── Power
//! │ │ │
//! │ └────────┘
//! │
//! │ ┌────────┐
//! ┌──────────┐ voltage │ │ │
//! Voltage setting ●────│ │────────────┴───│ Load ├─── Power
//! │ Power │ current │ │
//! ┌──────────┐ voltage │ │ │
//! Voltage setting ●────│ │────────────┴───│ Load ├─── Power
//! │ Power │ current │ │
//! │ supply │ └────────┘
//! │ ├─────────────────────────────── Total power
//! │ ├─────────────────────────────── Total power
//! └──────────┘
//! ```
use asynchronix::model::Model;