Skip to content

Commit a8c225e

Browse files
committed
Remove comment about 32 beep buffer
1 parent 818d21e commit a8c225e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

programming/sr/power/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ between `C6` and `C8`. You can play other tones by providing a frequency.
102102
Calling `buzz` is non-blocking, which means it doesn't actually wait
103103
for the piezo to stop buzzing before continuing with your code. If you
104104
want to wait for the buzzing to stop, add a `sleep` afterwards!
105-
If you send more than 32 beeps to the robot too quickly, your power board will crash!
106105
</div>
107106

108107
~~~~~ python

0 commit comments

Comments
 (0)