Skip to content

Commit

Permalink
Merge branch 'refactor' of github.com:morganstanley/cpx-training into…
Browse files Browse the repository at this point in the history
… refactor
  • Loading branch information
mimiflynn committed Dec 22, 2023
2 parents 9ca4284 + 53933bc commit ca4de46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions site/content/exercises/circuitpython/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ title: CircuitPython

![Mu Blink](../../images/circuitpython/mu.png)

## Introduction to CircuitPython - Level 1 This is the original single day workshop
## Introduction to CircuitPython - Level 1

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.
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.

<Link to={`/exercises/circuitpython/level-1/`}>Go to exercises</Link>
[Go to exercises](/exercises/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.

<Link to={`/exercises/circuitpython/level-2/`}>Go to exercises</Link>
[Go to exercises](/exercises/circuitpython/level-2/)
2 changes: 1 addition & 1 deletion site/src/pages/exercises/makecode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const pageQuery = graphql`
}
allMdx(
filter: {
internal: { contentFilePath: { regex: "/exercises/makecode//" } }
internal: { contentFilePath: { regex: "/exercises\/makecode/E[0-9]+\//" } }
}
sort: [
{ frontmatter: { level: ASC } }
Expand Down

0 comments on commit ca4de46

Please sign in to comment.