diff options
| author | Jeff Epler <jepler@gmail.com> | 2019-10-27 16:42:04 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2019-10-27 16:42:04 -0500 |
| commit | 0657884fca377bd055cec3851bf4fbcaf5005095 (patch) | |
| tree | 13fc4eece3706d7e2d870fa4f0c73eb24ba9f7b5 /shared-bindings | |
| parent | 978cec0316b17809e68862beecdf9456a25cc439 (diff) | |
audiobus: correct trivial typo
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/audiobusio/I2SOut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audiobusio/I2SOut.c b/shared-bindings/audiobusio/I2SOut.c index 2cd2b6728..81383c777 100644 --- a/shared-bindings/audiobusio/I2SOut.c +++ b/shared-bindings/audiobusio/I2SOut.c @@ -62,7 +62,7 @@ //| import time //| import math //| -//| # Generate one period of sine wav. +//| # Generate one period of sine wave. //| length = 8000 // 440 //| sine_wave = array.array("H", [0] * length) //| for i in range(length): |
