From 19a2ecc0ba3c497808f0908f541e3a8353cf9dbe Mon Sep 17 00:00:00 2001 From: zvevqx Date: Thu, 21 Mar 2024 13:15:07 +0100 Subject: [PATCH] added upython.md --- pages/upython.md | 4 ---- 1 file changed, 4 deletions(-) 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.