Skip to content

Commit 49565c0

Browse files
Update README.md
1 parent 0b483d5 commit 49565c0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Python Editor cheatsheet
1+
# 🐍 Python cheatsheet
22

3-
Just the basics to get coding using MicroPython on the microbit [python.microbit.org](https://python.microbit.org)
3+
Just the basics to get coding using MicroPython on the BBC microbit [python.microbit.org](https://python.microbit.org)
44

55

66
## Features
@@ -55,6 +55,8 @@ music.play(tune)
5555

5656
`music.pitch(440, 6)`
5757

58+
59+
5860
### [Radio](https://microbit-micropython.readthedocs.io/en/latest/tutorials/radio.html)
5961

6062
`import radio`
@@ -99,6 +101,8 @@ music.play(tune)
99101

100102
`neopixel.Neopixel.show()`
101103

104+
105+
102106
### [Pause](https://microbit-micropython.readthedocs.io/en/latest/microbit.html#microbit.sleep)
103107

104108
`sleep(500)`

0 commit comments

Comments
 (0)