|
|
@@ -204,7 +204,7 @@ Configuring I2S to use internal DAC for analog output
|
|
|
i2s_driver_install(i2s_num, &i2s_config, 0, NULL); //install and start i2s driver
|
|
|
|
|
|
i2s_set_pin(i2s_num, NULL); //for internal DAC, this will enable both of the internal channels
|
|
|
-
|
|
|
+
|
|
|
//You can call i2s_set_dac_mode to set built-in DAC output mode.
|
|
|
//i2s_set_dac_mode(I2S_DAC_CHANNEL_BOTH_EN);
|
|
|
|
|
|
@@ -217,4 +217,5 @@ API Reference
|
|
|
-------------
|
|
|
|
|
|
.. include-build-file:: inc/i2s.inc
|
|
|
+.. include-build-file:: inc/i2s_types.inc
|
|
|
|