We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b483d5 commit 49565c0Copy full SHA for 49565c0
README.md
@@ -1,6 +1,6 @@
1
-# Python Editor cheatsheet
+# 🐍 Python cheatsheet
2
3
-Just the basics to get coding using MicroPython on the microbit [python.microbit.org](https://python.microbit.org)
+Just the basics to get coding using MicroPython on the BBC microbit [python.microbit.org](https://python.microbit.org)
4
5
6
## Features
@@ -55,6 +55,8 @@ music.play(tune)
55
56
`music.pitch(440, 6)`
57
58
+
59
60
### [Radio](https://microbit-micropython.readthedocs.io/en/latest/tutorials/radio.html)
61
62
`import radio`
@@ -99,6 +101,8 @@ music.play(tune)
99
101
100
102
`neopixel.Neopixel.show()`
103
104
105
106
### [Pause](https://microbit-micropython.readthedocs.io/en/latest/microbit.html#microbit.sleep)
107
108
`sleep(500)`
0 commit comments