-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lock update * move english files to new directory * fragments * wip - index page refactor * 404 site nav and page head component * wip index content parity * exercise index navigation * content parity with room for improvement * remove unfinished tests
- Loading branch information
Showing
184 changed files
with
818 additions
and
636 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
order: 1 | ||
title: CircuitPython | ||
category: CircuitPython | ||
--- | ||
|
||
![Mu Blink](../../../images/circuitpython/mu.png) | ||
|
||
## Introduction to CircuitPython - Level 1 | ||
|
||
This is the original single day workshop with Circuit Playground Express and CircuitPython. Includes an overview of the board's sensors and lights through code. Allows students to dig into an aspect of the device they enjoy for an afternoon of exploration. | ||
|
||
[Go to exercises](/exercises/en-US/circuitpython/level-1/) | ||
|
||
## Programming with CircuitPython - Level 2 | ||
|
||
This course builds on the original single day workshop with Circuit Playground Express and CircuitPython to fill out the student's understanding of basic programming concepts. | ||
|
||
[Go to exercises](/exercises/en-US/circuitircuitpython/level-2/) | ||
|
||
## Programming with CircuitPython - Robotics | ||
|
||
This course builds on the original single day workshop with Circuit Playground Express and CircuitPython to fill out the student's understanding of basic programming concepts. | ||
|
||
[Go to exercises](/exercises/en-US/circuitircuitpython/robotics/) |
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
site/content/exercises/en-US/circuitpython/level-1/index.mdx
This file contains 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
order: 1 | ||
title: CircuitPython with Circuit Playground Express | ||
category: CircuitPython | ||
level: 1 | ||
--- | ||
|
||
import Setup from '../../circuitpython/start-here.mdx'; | ||
|
||
<Setup /> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
site/content/exercises/en-US/circuitpython/level-2/index.mdx
This file contains 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
order: 1 | ||
title: CircuitPython | ||
category: CircuitPython | ||
level: 2 | ||
--- | ||
|
||
![Mu Blink](../../images/circuitpython/mu.png) | ||
|
||
## Introduction to CircuitPython - Level 1 | ||
|
||
This is the original single day workshop with Circuit Playground Express and CircuitPython. Includes an overview of the board's sensors and lights through code. Allows students to dig into an aspect of the device they enjoy for an afternoon of exploration. | ||
|
||
[Go to exercises](/exercises/en-US/circuitpython/level-1/) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions
6
.../circuitpython/robotics/index-summary.mdx → ...es/en-US/circuitpython/robotics/index.mdx
This file contains 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,10 +1,12 @@ | ||
--- | ||
order: 1 | ||
title: Robotics with CircuitPython | ||
title: Advanced Robotics with CircuitPython | ||
category: Robotics | ||
level: 4 | ||
--- | ||
|
||
## Intro to Robotics with CircuitPython | ||
|
||
Our curriculum for robotics with CircuitPython. | ||
|
||
### [Microcontroller Setup Instructions](http://opensource.morganstanley.com/cpx-training/exercises/circuitpython/setup_bluefruit/) | ||
### [Microcontroller Setup Instructions](http://opensource.morganstanley.com/cpx-training/exercises/en-US/circuitpython/setup_bluefruit/) |
File renamed without changes.
File renamed without changes.
This file contains 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 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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
order: 1 | ||
title: Learn | ||
subtitle: An interactive introduction to coding. Learn the basics through simple exercises designed to inspire. | ||
--- | ||
|
||
## Multi-week Programs | ||
|
||
### [Introduction to MakeCode](/exercises/en-US/makecode/intro) | ||
|
||
_Grades 5-7_ | ||
Multi-week course with Circuit Playground Express and MakeCode. Best for beginners of ages 9-15, this graphical block based coding format translates to Javascript for a more comprehensive coding experience. | ||
|
||
### [Introduction to CircuitPython](/exercises/en-US/circuitpython) | ||
|
||
_Grades 6-9_ | ||
Based on the original single day workshop with Circuit Playground Express and CircuitPython. Starts with an overview of how to work with the board's sensors and lights through code and ends with a capstone project of the student's creation. | ||
|
||
- [Intro to CircuitPython - Level 1](/exercises/en-US/circuitpython/level-1/) | ||
- [Coding with CircuitPython - Level 2](/exercises/en-US/circuitpython/level-2) | ||
|
||
### Robotics | ||
|
||
_Grades 8-11_ | ||
Learn the fundamentals of robotics through combining components such as sensors, servos and gears to an Adafruit CircuitPlayground Express microcontroller board. | ||
|
||
- [Robotics with MakeCode](/exercises/en-US/makecode/robotics) | ||
- [Advanced Robotics with CircuitPython](/exercises/en-US/circuitpython/robotics) | ||
|
||
## Single Day Programs | ||
|
||
### [Intro to CircuitPython - Level 1](/exercises/en-US/circuitpython/level-1/) | ||
|
||
This is the original single day workshop with Circuit Playground Express and CircuitPython. Includes an overview of the board's sensors and lights through code. Allows students to dig into an aspect of the device they enjoy for an afternoon of exploration. | ||
|
||
### [Coding with CircuitPython - Level 2](/exercises/en-US/circuitpython/level-2) | ||
|
||
This course builds on the original single day workshop with Circuit Playground Express and CircuitPython to fill out the student's understanding of basic programming concepts. |
1 change: 1 addition & 0 deletions
1
...tent/exercises/makecode/index-summary.mdx → ...ontent/exercises/en-US/makecode/index.mdx
This file contains 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
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
order: 1 | ||
title: Introduction to MakeCode | ||
level: 1 | ||
category: MakeCode | ||
--- | ||
|
||
## Intro to programming with Adafruit's Circuit Playground Express and MakeCode | ||
|
||
![MakeCode Blink](../../../images/makecode/blink.png) | ||
|
||
### Open the MakeCode environment | ||
|
||
Before jumping in, [go to MakeCode website](https://makecode.adafruit.com) and select the "New? Start here" tutorial. | ||
|
||
Documentation is [here](https://makecode.adafruit.com/docs) and if you run into odd issues, you might be getting [error codes](https://makecode.adafruit.com/device/error-codes). |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...cises/makecode/robotics/index-summary.mdx → ...ercises/en-US/makecode/robotics/index.mdx
This file contains 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,8 @@ | ||
--- | ||
order: 1 | ||
title: CPX Robotics with MakeCode | ||
category: Robotics | ||
level: 3 | ||
--- | ||
|
||
## Intro to CPX Robotics with MakeCode |
This file contains 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
order: 1 | ||
title: Learn | ||
subtitle: An interactive introduction to coding. Learn the basics through simple exercises designed to inspire. | ||
--- | ||
|
||
### Select a Language | ||
|
||
We are working towards providing our programs in a variety of languages. Curriculum is currently available in the following languages: | ||
|
||
<Translations /> |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains 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
Oops, something went wrong.