PlantUML 1.2023.11 Guía de Referencia del Lenguajesignal restricted to only 2 states clock A clocked signal that repeatedly transitions from high to low, with a period, and an optional pulse and offset concise A simplified concise signal designed to show binary • clock @startuml clock clk with period 1 binary "Enable" as EN @0 EN is low @5 EN is high @10 EN is low @enduml 10.3 Adding message You can add message using the following syntax. Guía as db @0 as :start @5 as :en_high @10 as :en_low @:en_high-2 as :en_highMinus2 @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_highMinus2 db is "0xf23a" @:en_high+6 db0 码力 | 531 页 | 7.53 MB | 1 年前3
PlantUML 1.2020.23 Guía de Referencia del Lenguajeanother (can have many states). • clock: A 'clocked' signal that repeatedly transitions from high to low • binary: A specific signal restricted to only 2 states (binary). You define state change using the 1 binary "Enable" as EN @0 EN is low @5 EN is high Guía de Referencia del Lenguaje PlantUML (1.2020.23) 135 / 304 9.3 Adding message 9 TIMING DIAGRAM @10 EN is low @enduml 9.3 Adding message You concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml0 码力 | 305 页 | 3.11 MB | 1 年前3
PlantUML 1.2020.22 Guía de Referencia del Lenguajeanother (can have many states). • clock: A 'clocked' signal that repeatedly transitions from high to low • binary: A specific signal restricted to only 2 states (binary). You define state change using the 1 binary "Enable" as EN @0 EN is low @5 EN is high Guía de Referencia del Lenguaje PlantUML (1.2020.22) 124 / 292 9.3 Adding message 9 TIMING DIAGRAM @10 EN is low @enduml 9.3 Adding message You concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml0 码力 | 293 页 | 3.02 MB | 1 年前3
PlantUML 1.2021.2 Guía de Referencia del Lenguajeanother (can have many states). • clock: A ’clocked’ signal that repeatedly transitions from high to low • binary: A specific signal restricted to only 2 states (binary). You define state change using the binary "Enable" as EN @0 EN is low @5 EN is high @10 Guía de Referencia del Lenguaje PlantUML (1.2021.2) 174 / 388 10.3 Adding message 10 TIMING DIAGRAM EN is low @enduml 10.3 Adding message You concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml0 码力 | 389 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.1 Guía de Referencia del Lenguajeanother (can have many states). • clock: A ’clocked’ signal that repeatedly transitions from high to low • binary: A specific signal restricted to only 2 states (binary). You define state change using the binary "Enable" as EN @0 EN is low @5 EN is high @10 Guía de Referencia del Lenguaje PlantUML (1.2021.1) 172 / 383 10.3 Adding message 10 TIMING DIAGRAM EN is low @enduml 10.3 Adding message You concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml0 码力 | 384 页 | 4.07 MB | 1 年前3
PlantUML 1.2021.3 Guía de Referencia del Lenguajeanother (can have many states). • clock: A ’clocked’ signal that repeatedly transitions from high to low • binary: A specific signal restricted to only 2 states (binary). You define state change using the binary "Enable" as EN @0 EN is low @5 EN is high @10 Guía de Referencia del Lenguaje PlantUML (1.2021.2) 185 / 406 10.3 Adding message 10 TIMING DIAGRAM EN is low @enduml 10.3 Adding message You concise "dataBus" as db @0 as :start @5 as :en_high @10 as :en_low @:start EN is low db is "0x0000" @:en_high EN is high @:en_low EN is low @:en_high-2 db is "0xf23a" @:en_high+6 db is "0x0000" @enduml0 码力 | 407 页 | 4.28 MB | 1 年前3
Guía de referencia de Debian v2.124estándar para subir o bajar la red (específico de Debian) isc-dhcp-client V:217, I:981 2875 config::low- level cliente DHCP pppoeconf V:0, I:5 186 config::helper ayudante de configuración para conexiones de dispositivos Ethernet mtr-tiny V:5, I:46 156 test::low- level determina la ruta de red a un equipo remoto (curses) mtr V:4, I:41 209 test::low- level determina la ruta de red a un equipo remoto (curses (curses y GTK) gnome-nettool V:0, I:17 2492 test::low- level herramientas para operaciones de información de red comunes (GNOME) nmap V:25, I:199 4498 test::low- level descubridor de red / escáner de puertos0 码力 | 285 页 | 1.43 MB | 1 年前3
Comprehensive Rust(Español) 202412p0_21.into_push_pull_output(Level::Low); // Define el pin 28 bajo y 21 alto para encender el LED. col1.set_low().unwrap(); row1.set_high().unwrap(); loop {} } • set_low y set_high son métodos del trait microbit::Board; fn main() -> ! { let mut board = Board::take().unwrap(); board.display_pins.col1.set_low().unwrap(); board.display_pins.row1.set_high().unwrap(); loop {} } • En este caso, el crate de compatibilidad P0_010 码力 | 389 页 | 1.04 MB | 11 月前3
共 8 条
- 1













