add clarification

This commit is contained in:
gijsio
2020-08-06 14:10:50 +02:00
parent 6692de9e80
commit 111e18f51e

View File

@@ -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.