We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea7e3a commit 9330177Copy full SHA for 9330177
kit_test/power_test.py
@@ -188,7 +188,7 @@ def test_board(
188
board.enable_fan(False)
189
190
# buzzer
191
- board.piezo.buzz(0.5, 1000)
+ board.piezo.buzz(1000, 0.5)
192
buzz_result = input("Did the buzzer buzz? [Y/n]") or 'y' # default to yes
193
results['buzzer'] = buzz_result
194
assert buzz_result.lower() == 'y', "Reported that the buzzer didn't buzz."
0 commit comments