-
-
Notifications
You must be signed in to change notification settings - Fork 497
[PXCT-1111] Modulino - Revamp tutorials - all nodes #2623
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
Open
pedromsousalima
wants to merge
18
commits into
main
Choose a base branch
from
pedromsousalima/modulinos/revamp-get-started
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
fb79a1a
Initial
pedromsousalima a612028
Changed product page and visuals
pedromsousalima d4f5cd6
Linter shenaniganz
pedromsousalima 03e2b64
Spell-Checker
pedromsousalima de32c12
Linter
pedromsousalima a9c450d
Update content/hardware/11.accessories/modulino-nodes/modulino-buzzer…
pedromsousalima f66c832
Apply suggestion from @jhansson-ard
pedromsousalima 4e70d77
Apply suggestion from @jhansson-ard
pedromsousalima e70bcb8
Apply suggestion from @jhansson-ard
pedromsousalima 7de52ad
Apply suggestion from @jhansson-ard
pedromsousalima 00c8d11
Apply suggestion from @jhansson-ard
pedromsousalima be13074
Apply suggestion from @jhansson-ard
pedromsousalima 5f926a8
applleid feedback
pedromsousalima 23916a0
Merge branch 'pedromsousalima/modulinos/revamp-get-started' of https:…
pedromsousalima 12e7a79
symulink´s
pedromsousalima 2796cdc
Revert "symulink´s"
pedromsousalima 45db835
Add symlinks
jacobhylen 17fabf6
Applied simulinks to tutorials
pedromsousalima File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
applleid feedback
- Loading branch information
commit 5f926a850a2b30e0d65d256ce8fb113dcbc81f9f
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| --- | ||
| title: "Modulino Buttons" | ||
| description: "Complete guide for the Modulino Buttons tactile input and LED feedback module." | ||
| title: "Getting Started with Modulino Buttons" | ||
| description: "Complete guide for the Modulino Buttons and programming with Arduino and MicroPython." | ||
| tags: | ||
| - Modulino | ||
| - Buttons | ||
|
|
@@ -45,7 +45,7 @@ The default I²C address for the **Modulino Buttons** module is: | |
|
|
||
| ### Pinout | ||
|
|
||
|  | ||
|  | ||
|
|
||
| #### 1x10 Header | ||
|
|
||
|
|
@@ -90,7 +90,7 @@ The main components are the **three tactile buttons**, **three user-programmable | |
|
|
||
| You can connect to the I²C pins (SDA and SCL) using either the **QWIIC connectors** (J1 and J2, this is the recommended method) or the **solderable pins** (J4). The board runs on **3.3V**, which comes from the QWIIC cable or the **3V3 pin** on J4. | ||
|
|
||
| You can grab the full schematic and PCB files from the [Modulino Buttons product page](https://docs.arduino.cc/hardware/modulinos/modulino-buttons). | ||
| You can grab the full schematic and PCB files from the [Modulino Buttons page](https://docs.arduino.cc/hardware/modulinos/modulino-buttons). | ||
|
|
||
| ## Programming with Arduino | ||
|
|
||
|
|
@@ -103,6 +103,8 @@ The Modulino Buttons is fully compatible with the Arduino IDE and the official M | |
|
|
||
| For detailed instructions on setting up your Arduino environment and installing libraries, please refer to the [Getting Started with Modulinos guide](link-to-generic-guide). | ||
|
||
|
|
||
| Library repository available [here](https://github.com/arduino-libraries/Arduino_Modulino). | ||
|
|
||
| ### Basic Example | ||
|
|
||
| ```arduino | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../11.accessories/modulino-nodes/modulino-thermo/tutorials/how-general/content.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to link to Thermo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The general live in the thermo @jhansson-ard is there a better way?