From 9eb3ded36b05c182d9d88abe1008573d75ba7028 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Wed, 5 Feb 2020 16:01:28 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4939858..c46f4b17 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ The NVS parameter "i2c_config" set the i2c's gpio used for generic purpose (e.g. ``` sda=,scl=,port=0|1 ``` -### I2S -The NVS parameter "i2s_config" set the gpio used for i2s communication with your DAC. You can also define these at compile time but nvs parameter takes precedence. Note that on SqueezeAMP and A1S, these are forced at runtime, so this parameter does not matter. If your DAC also requires i2c, then you must go the re-compile route. Syntax is +### DAC/I2S +The NVS parameter "dac_config" set the gpio used for i2s communication with your DAC. You can also define these at compile time but nvs parameter takes precedence. Note that on SqueezeAMP and A1S, these are forced at runtime, so this parameter does not matter. If your DAC also requires i2c, then you must go the re-compile route. Syntax is ``` sda=,scl=,port=0|1 ```