From 4d33d92bb2bf975102498a3e2f0668080a7c8794 Mon Sep 17 00:00:00 2001 From: Ihor Sobianin <52375129+isobianin@users.noreply.github.com> Date: Sat, 16 Dec 2023 11:41:20 +0000 Subject: [PATCH] Update micropython.md --- docs/micropython.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/micropython.md b/docs/micropython.md index 22331e0..cb382e8 100644 --- a/docs/micropython.md +++ b/docs/micropython.md @@ -1,6 +1,6 @@ #### Getting you ESP32 ready -To start programming ESP32 in MicroPython, you should consider downloading Thonny IDE and the (latest build of ESP32 MicroPython distribution)[https://micropython.org/download/ESP32_GENERIC/] (.bin file). Thonny installation is more or less straightforward. MicroPython distribution for ESP32, however, needs to be installed onto the board through Thonny IDE. +To start programming ESP32 in MicroPython, you should consider downloading Thonny IDE and the [latest build of ESP32 MicroPython distribution](https://micropython.org/download/ESP32_GENERIC/) (download the .bin file). Thonny installation is more or less straightforward. MicroPython distribution for ESP32, however, needs to be installed onto the board through Thonny IDE. To flash your firmware: @@ -11,9 +11,9 @@ To flash your firmware: 5. Press “install or update the firmware”. 6. Find the file you had downloaded earlier. -A detailed guide on installation procedure can be found at (Random Nerd Tutorials)[https://randomnerdtutorials.com/getting-started-thonny-micropython-python-ide-esp32-esp8266/]. +A detailed guide on installation procedure can be found at [Random Nerd Tutorials](https://randomnerdtutorials.com/getting-started-thonny-micropython-python-ide-esp32-esp8266/). #### Programming basics -There are tons of great sources and one of the places to start might be (our course)[https://beehive-org.github.io/courses/intro_to_electronics/]. It covers most of the basics and comes with a supplementary data in a form of codes that were used during (the course exercises)[https://github.com/BeeHive-org/BeeHive/tree/master/workshops/2022_autum/code]. +There are tons of great sources and one of the places to start might be [our course](https://beehive-org.github.io/courses/intro_to_electronics/). It covers most of the basics and comes with a supplementary data in a form of codes that were used during [the course exercises](https://github.com/BeeHive-org/BeeHive/tree/master/workshops/2022_autum/code).