Skip to content

Commit 23c034d

Browse files
Add circuit 3C
1 parent 2d53895 commit 23c034d

13 files changed

+342
-2
lines changed

content/SIK_Project2_CircuitA_Full.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,15 @@
195195
" sleep(beats * restLength) # Wait for the specified number of rests (0.25 seconds per rest)"
196196
]
197197
},
198+
{
199+
"cell_type": "markdown",
200+
"id": "33fc4b76",
201+
"metadata": {},
202+
"source": [
203+
"#### Step 3 - Playing a song\n",
204+
"Finally, let's use our function that can play notes to play a whole song by calling it multiple times with different notes. Even if it's not your birthday, I'm sure you'll recognize this tune!\n"
205+
]
206+
},
198207
{
199208
"cell_type": "code",
200209
"execution_count": null,
@@ -251,7 +260,7 @@
251260
"\n",
252261
"Continue to circuit 2B to learn about buttons.\n",
253262
"\n",
254-
"![Next - Circuit B](images/sik-demo-prj3-cb-next.png)"
263+
"![Next - Circuit B](images/sik-demo-prj2-ca-next.png)"
255264
]
256265
}
257266
],

content/SIK_Project2_CircuitB_Full.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"\n",
172172
"Continue to circuit 2C to learn about for loops, measuring durations, and put together all you've learned in project 2.\n",
173173
"\n",
174-
"![Next - Circuit B](images/sik-demo-prj3-cb-next.png)"
174+
"![Next - Circuit B](images/sik-demo-prj2-cb-next.png)"
175175
]
176176
}
177177
],

content/SIK_Project3_CircuitC_Full.ipynb

Lines changed: 331 additions & 0 deletions
Large diffs are not rendered by default.
106 KB
Loading
76.5 KB
Loading
113 KB
Loading
212 KB
Loading
17.9 KB
Loading
23.2 KB
Loading
47.3 KB
Loading

0 commit comments

Comments
 (0)