1 parent 978cec0 commit 0657884Copy full SHA for 0657884
1 file changed
shared-bindings/audiobusio/I2SOut.c
@@ -62,7 +62,7 @@
62
//| import time
63
//| import math
64
//|
65
-//| # Generate one period of sine wav.
+//| # Generate one period of sine wave.
66
//| length = 8000 // 440
67
//| sine_wave = array.array("H", [0] * length)
68
//| for i in range(length):
0 commit comments