Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update folder structure (MP) #2315

Open
wants to merge 4 commits into
base: content/micropython/micropython-revamp
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
1 change: 0 additions & 1 deletion content/micropython/01.basics/basics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
title: Basics
description: Basics Description
---
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ The REPL process involves four basic steps:

Think of REPL as a conversation between you and your MicroPython environment, where each line you type gets an instant response, making it ideal for exploring ideas and troubleshooting.




## How REPL Works in MicroPython

In MicroPython, REPL can be accessed via Arduino Labs for MicroPython terminal, enabling you to run code in real-time directly on your device. Here’s a step-by-step guide on using it:
Expand Down
3 changes: 3 additions & 0 deletions content/micropython/02.environment/environment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Environment
---
3 changes: 3 additions & 0 deletions content/micropython/03.language/language.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Language
---
3 changes: 0 additions & 3 deletions content/micropython/03.micropython/01.basics/basics.md

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions content/micropython/03.micropython/micropython.md

This file was deleted.

3 changes: 3 additions & 0 deletions content/micropython/04.board-examples/board-examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Board Examples
---
3 changes: 3 additions & 0 deletions content/micropython/05.modulinos/modulinos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Modulinos
---
4 changes: 4 additions & 0 deletions content/micropython/08.basics-old/basics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Basics
description: Basics Description
---
Loading