From 14ca4a17276e9d2322726083f4cc308e2be58d03 Mon Sep 17 00:00:00 2001 From: dcooperdalrymple Date: Tue, 4 Feb 2025 22:08:42 -0600 Subject: [PATCH] Fix DAC gain DB constants to match specifications. --- src/SparkFun_WM8960_Arduino_Library.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SparkFun_WM8960_Arduino_Library.h b/src/SparkFun_WM8960_Arduino_Library.h index a82393a..9eb5daa 100644 --- a/src/SparkFun_WM8960_Arduino_Library.h +++ b/src/SparkFun_WM8960_Arduino_Library.h @@ -198,9 +198,9 @@ #define WM8960_ADC_GAIN_MAX 30.00 #define WM8960_ADC_GAIN_OFFSET 97.50 #define WM8960_ADC_GAIN_STEPSIZE 0.50 -#define WM8960_DAC_GAIN_MIN -97.00 -#define WM8960_DAC_GAIN_MAX 30.00 -#define WM8960_DAC_GAIN_OFFSET 97.50 +#define WM8960_DAC_GAIN_MIN -127.00 +#define WM8960_DAC_GAIN_MAX 0.00 +#define WM8960_DAC_GAIN_OFFSET 127.00 #define WM8960_DAC_GAIN_STEPSIZE 0.50 // Automatic Level Control Modes pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy