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