Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
bc7b9236
Commit
bc7b9236
authored
Jul 29, 2021
by
Johny Mattsson
Browse files
Code cleanup to sort out warnings.
I2S constants have changed; docs updated.
parent
dff32e89
Changes
21
Show whitespace changes
Inline
Side-by-side
docs/modules/i2s.md
View file @
bc7b9236
...
@@ -71,11 +71,9 @@ i2s.start(i2s_num, cfg, cb)
...
@@ -71,11 +71,9 @@ i2s.start(i2s_num, cfg, cb)
-
`i2s.CHANNEL_ONLY_LEFT`
-
`i2s.CHANNEL_ONLY_LEFT`
-
`i2s.CHANNEL_ALL_RIGHT`
-
`i2s.CHANNEL_ALL_RIGHT`
-
`i2s.CHANNEL_ONLY_RIGHT`
-
`i2s.CHANNEL_ONLY_RIGHT`
-
`format`
communication format. Optional, defaults to
`i2s.FORMAT_I2S
+ i2s.FORMAT_I2S_MSB
`
when omitted.
-
`format`
communication format. Optional, defaults to
`i2s.FORMAT_I2S
_STANDARD
`
when omitted.
-
`i2s.FORMAT_I2S`
-
`i2s.FORMAT_I2S
_STANDARD
`
-
`i2s.FORMAT_I2S_MSB`
-
`i2s.FORMAT_I2S_MSB`
-
`i2s.FORMAT_I2S_LSB`
-
`i2s.FORMAT_PCM`
-
`i2s.FORMAT_PCM_SHORT`
-
`i2s.FORMAT_PCM_SHORT`
-
`i2s.FORMAT_PCM_LONG`
-
`i2s.FORMAT_PCM_LONG`
-
`buffer_count`
number of dma buffers. Optional, defaults to 2 when omitted.
-
`buffer_count`
number of dma buffers. Optional, defaults to 2 when omitted.
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment