added upython.md

o2switch
zvevqx 2 years ago
parent cfcf7eb8b6
commit 19a2ecc0ba
  1. 4
      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.

Loading…
Cancel
Save