diff --git a/pages/upython.md b/pages/upython.md index 69444d0..781b0d6 100644 --- a/pages/upython.md +++ b/pages/upython.md @@ -43,9 +43,7 @@ Fedora sudo dnf install thonny ``` -Sure, here's the introduction to MicroPython with Thonny IDE and ESP32 as a microcontroller, written entirely in raw Markdown with code examples. -```markdown # Introduction to MicroPython with Thonny IDE and ESP32 ## What is MicroPython? @@ -122,5 +120,3 @@ if x > 0: - [Python Variables](https://docs.python.org/3/tutorial/introduction.html#first-steps-towards-programming) - [Python Functions](https://docs.python.org/3/tutorial/controlflow.html#defining-functions) - [Python Control Flow](https://docs.python.org/3/tutorial/controlflow.html) -``` -This markdown text contains all the information, links, and code examples in raw markdown format.