summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--micropython_state.plantuml21
1 files changed, 21 insertions, 0 deletions
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