Skip to content

Commit

Permalink
Add documentation and tutorial about speech.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Jul 17, 2016
1 parent 07ff6cc commit 005e1ec
Show file tree
Hide file tree
Showing 9 changed files with 597 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Projects related to MicroPython on the BBC micro:bit include:
tutorials/gestures
tutorials/direction
tutorials/storage
tutorials/speech
tutorials/network
tutorials/radio
tutorials/next
Expand All @@ -71,6 +72,7 @@ Projects related to MicroPython on the BBC micro:bit include:
pin.rst
radio.rst
random.rst
speech.rst
spi.rst
uart.rst

Expand Down
4 changes: 4 additions & 0 deletions docs/music.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ ticks (a tick is an arbitrary length of time defined by a tempo setting
function - see below). If the note name ``R`` is used then it is treated as a
rest (silence).

Accidentals (flats and sharps) are denoted by the ``b`` (flat - a lower case b)
and ``#`` (sharp - a hash symbol). For example, ``Ab`` is A-flat and ``C#`` is
C-sharp.

**Note names are case-insensitive.**

The ``octave`` and ``duration`` parameters are states that carry over to
Expand Down
Binary file added docs/speech-pitch.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/speech.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 005e1ec

Please sign in to comment.