From 4a237de8da7b0b42fb0c31375b9946b6dc64d39c Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:02:43 +0200 Subject: [PATCH] Fixed link and name of next chapter --- .../course/00.introduction-arduino/intro-to-arduino.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/micropython/02.micropython-course/course/00.introduction-arduino/intro-to-arduino.md b/content/micropython/02.micropython-course/course/00.introduction-arduino/intro-to-arduino.md index 21ebd8aa30..5fbb0f89cf 100644 --- a/content/micropython/02.micropython-course/course/00.introduction-arduino/intro-to-arduino.md +++ b/content/micropython/02.micropython-course/course/00.introduction-arduino/intro-to-arduino.md @@ -73,4 +73,4 @@ Programming an Arduino using MicroPython is a slightly different experience. In Over the years Arduino has released over a hundred different development boards, each different from the other. You choose the board depending on what you want to achieve, e.g. some boards have a Wi-FiĀ® module allowing you to connect to the Internet, and some have onboard sensors that allow you to record sensor data. -- [Next chapter: Introduction to MicroPython](/micropython/micropython-course/course/introduction-python) \ No newline at end of file +- [Next chapter: MicroPython Installation Guide](/micropython/micropython-course/course/installation) \ No newline at end of file