summaryrefslogtreecommitdiff
path: root/micropython_state.plantuml
blob: 9a6cb954f70e392fe882c89c8fc39deff6a6ae6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@startuml

[*] --> friendly_repl

friendly_repl --> raw_repl : \x13\x01

friendly_repl --> friendly_repl : \x03
friendly_repl --> friendly_repl : \x04
friendly_repl --> friendly_repl : \x13\x02

friendly_repl --> friendly_paste : \x05
friendly_paste --> friendly_repl : \x03
friendly_paste --> friendly_repl : \x04

raw_repl --> raw_repl : \x13\x01
raw_repl --> friendly_repl : \x13\x02

raw_repl --> raw_paste : \x05A\x01

raw_paste --> raw_repl : \x04
@enduml