From 111e18f51ee281d4cffa004f8dabfd910b509d03 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Thu, 6 Aug 2020 14:10:50 +0200 Subject: [PATCH] add clarification --- content/advance/frozen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/advance/frozen.md b/content/advance/frozen.md index cc0bcd4..02f6ee8 100644 --- a/content/advance/frozen.md +++ b/content/advance/frozen.md @@ -32,5 +32,5 @@ What we call `Frozen` code, relates to a principle in MicroPython where you can >>> Block() My Frozen codeblock ``` - +This works similar to `import machine` and the other built in modules. This concludes the section about Frozen code. You should now be able to include Frozen python code inside the firmware. \ No newline at end of file