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

[PXCT-198] MicroPython New Documentation #2260

Open
wants to merge 96 commits into
base: main
Choose a base branch
from

Conversation

pedromsousalima
Copy link
Contributor

What This PR Changes

  • New documentation for micropython

Contribution Guidelines

2. **Upload and Download Files**: Use the file manager to upload files from our computer to the microcontroller or download files back to our computer.
3. **Organize Files**: We can create folders and store multiple files, making it easy to organize our project.

![Accessing the file system.]()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing image here @pedromsousalima


Essentially, this is how [modules]() work. You import a module, and use a function from that module.

![Import code from a script.]()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing image here @pedromsousalima


Digital pins are fundamental for interacting with the physical world using your Arduino board. With them, you can:

- Control outputs, such as turning an LED on and off.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Control outputs, such as turning an LED on and off.
- Control outputs, such as turning a LED on and off.


## Board and Editor Setup

1. Open the [Arduino Lab for MicroPython]() application.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants