Insert new hw video links (#1910)

This commit is contained in:
Galen Nickel
2019-03-11 15:04:38 -07:00
committed by Peli de Halleux
parent a4f6a553d9
commit c4868e131d
15 changed files with 111 additions and 5 deletions

View File

@ -23,6 +23,14 @@ When a key is pressed, it sends a number over the radio to a second micro:bit th
![Second micro:bit that plays notes](/static/courses/csintro/radio/microbit-number-two.png)
Second micro:bit that plays the notes
#### ~ hint
This project uses touch pin inputs. See how the @boardname@ detects a press at a pin or on something connected to a pin in this video:
https://www.youtube.com/watch?v=GEpZrvbsO7o
#### ~
#### 3-Note keyboard program
```blocks