-
Notifications
You must be signed in to change notification settings - Fork 655
Adding learn guide links to adafruit boards on Downloads page #420
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
Conversation
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.
Awesome! Thank you so much!
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.
I love the idea of having these links on the download pages.
I did find a few small possible typo's with some of them.
@@ -33,6 +33,10 @@ Includes: | |||
* **Easy reprogramming**, comes pre-loaded with the [UF2 bootloader](https://learn.adafruit.com/adafruit-metro-m0-express-designed-for-circuitpython/uf2-bootloader), which looks like a USB storage key. Simply drag firmware on to program, no special tools or drivers needed! It can be used to load up CircuitPython (it is bossa v1.8 compatible) | |||
|
|||
The primary target for this board is CircuitPython - with 120 MHz, and 192KB of RAM CircuitPython runs really well on this chip. At this time, the latest versions of CircuitPython working on this board, and more API parts are added every week. | |||
## Tutorial | |||
|
|||
- [Metro M4 Express Overview]([https://learn.adafruit.com/search?q=Metro%20M4%20Express](https://learn.adafruit.com/search?q=Metro M4 Express)) |
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.
Should this link directly to this guide: https://learn.adafruit.com/adafruit-metro-m4-express-featuring-atsamd51 instead of the search link that it's pointing to now?
@@ -36,6 +36,10 @@ Here are some of the updates you can look forward to when using ItsyBitsy M0: | |||
|
|||
Comes assembled and tested ItsyBitsy M0, with header that can be soldered in for use with a breadboard. ItsyBity M0 comes with CircuitPython & example code programmed in. | |||
|
|||
## Tutorials | |||
|
|||
* [ItsyBitsy M4 Express Overview](https://learn.adafruit.com/introducing-itsy-bitsy-m0) |
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.
I think the text for this link should be ItsyBitsy M0 Express Overview
@@ -28,6 +28,10 @@ You can power the PyGamer from any Adafruit LiPoly battery, but [this 350mAh one | |||
|
|||
[](https://youtu.be/yX2SuS0rK2A?t=1167 "PyGamer") | |||
|
|||
## Tutorial | |||
|
|||
- [PyGamer Overview](https://learn.adafruit.com/search?q=PyGamer) |
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.
Should this link directly to this guide? https://learn.adafruit.com/adafruit-pygamer
solves issue #385