1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

timing diagram, PlantUML

Last updated at Posted at 2025-06-11

PlantUML
一目でわかるPlantUML
https://plantuml.com/ja/

PlantUML を使った UML の描き方
https://plantuml.com/ja/guide

シーケンス図
https://plantuml.com/ja/sequence-diagram

タイミング図
https://plantuml.com/ja/timing-diagram

スクリーンショット 2025-06-11 134027.png
https://www.analog.com/jp/resources/technical-articles/i2c-timing-definition-and-specification-guide-part-2.html

uml
@startuml
robust "SCL" as SCL
robust "SDA" as SDA

@0
SCL is High
SDA is idle

@+100
SCL is idle

@+100
SCL is High

@+100
SCL is idle
@+50
SDA is High

@+50
SCL is High

@+100
SCL is idle
@+50
SCL is idle

@+50
SDA is idle

@+50
SCL is High
@+50
SDA is High

@+50
SCL is High

@+150
SDA is idle
@enduml

スクリーンショット 2025-06-11 134303.png

Ref.

職業訓練
https://qiita.com/kaizen_nagoya/items/95368b63fa21d64271ec

UML記事一覧
https://qiita.com/kaizen_nagoya/items/7e7f3af08e1f3bd0380c

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?