pxt-calliope/docs/lessons/light-beatbox.md

22 lines
565 B
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# light beatbox
2016-04-02 01:22:47 +02:00
display beautiful images on the BBC micro:bit.
2016-03-26 00:47:20 +01:00
## Topic
Music
## Quick Links
2016-04-13 17:27:45 +02:00
* [activity](/lessons/light-beatbox/activity)
2016-03-26 00:47:20 +01:00
## Prior learning/place of lesson in scheme of work
Learn how to make a light beatbox music player using the light sensor. We will be learning how to code musical notes using light level, a local variable, conditionals, on button pressed as well as simple commands such as ring tone and rest.
## Objectives
* learn how to control the light sensor on the BBC micro:bit
* learn how to code music on the BBC micro:bit