comparison: Microbit/microbit/speaker.py
Microbit/microbit/speaker.py
- changeset 11
- c8198736bff3
equal
deleted
inserted
replaced
|
1 # -*- coding: utf-8 -*- |
|
2 |
|
3 # Copyright (c) 2021 Detlev Offenbach <detlev@die-offenbachs.de> |
|
4 # |
|
5 |
|
6 """ |
|
7 Module containing stubs for API generation of the 'microbit.speaker' |
|
8 module. |
|
9 """ |
|
10 |
|
11 def off(): |
|
12 pass |
|
13 |
|
14 def on(): |
|
15 pass |