From 68c39e6ab213c5a3309df4180b0e4d0a4d7913a8 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Sun, 28 Jan 2024 16:42:44 +0100 Subject: initial commit --- micropython_state.plantuml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 micropython_state.plantuml diff --git a/micropython_state.plantuml b/micropython_state.plantuml new file mode 100644 index 0000000..9a6cb95 --- /dev/null +++ b/micropython_state.plantuml @@ -0,0 +1,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 -- cgit v1.2.3