File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,8 @@ Buzzing 🐝
6262
6363The power board has a piezo sounder which can buzz.
6464
65- The ``buzz `` function accepts multiple parameters, depending on what you
66- want to play. The first argument is the duration of the beep, in
67- seconds. The later arguments are either the note you want to play, or
68- the frequency of the buzzer (in Hertz). You have to specify which of note
69- or frequency you're passing using a keyword argument, your code will
70- fail otherwise.
65+ The ``buzz `` function accepts two parameters. The first argument is the duration of the beep, in seconds.
66+ The second argument is either the note you want to play, or the frequency of the buzzer (in Hertz).
7167
7268Theoretically, the piezo buzzer will buzz at any provided frequency,
7369however humans can only hear between `20Hz and
You can’t perform that action at this time.
0 commit comments