Simple language for short topic.

This commit is contained in:
Ron Hale-Evans 2016-05-23 17:21:36 -07:00
parent 8721b54679
commit 924d31a211

View File

@ -1,14 +1,14 @@
# Tempo
Returns the tempo in beats per minute.
Finds the tempo (speed of a piece of music).
```sig
music.tempo()
```
### Parameters
### Returns
* Returns : [Number](/reference/types/number) - returns the tempo in beats per minute
* a [Number](/reference/types/number) that means the bpm (beats per minute, or number of beats in a minute of the music that the micro:bit is playing).
### See also