diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-06-20 23:30:34 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-06-20 23:30:34 +0200 |
| commit | 9c08db55ffea659427f4f00a2353140d0c0ec515 (patch) | |
| tree | 9ed8379ddb2b57ad61993d7c5bf6bab7da144f36 /ports/nrf/examples | |
| parent | c2d4d0a10bb97819ad94b7b770f59f8b9df64c41 (diff) | |
nrf: Cleanup machine and microbit leftovers
The music module was useful when this port had support for the
microbit, now that it was removed, it's not so useful.
Diffstat (limited to 'ports/nrf/examples')
| -rw-r--r-- | ports/nrf/examples/musictest.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/nrf/examples/musictest.py b/ports/nrf/examples/musictest.py deleted file mode 100644 index d958543ec..000000000 --- a/ports/nrf/examples/musictest.py +++ /dev/null @@ -1,13 +0,0 @@ -# -# Example usage where "A3" is the Buzzer pin. -# -# from musictest import play -# play("A3") -# - -from machine import Pin -import music - -def play(pin_str): - p = Pin(pin_str, mode=Pin.OUT) - music.play(music.PRELUDE, pin=p) |
