Introduces Si4684/ADAU1701 drivers, TunerService, FrequencyKHz, SeekDirection, /api/tuner routes without file-scope globals, host tests, and firmware blob tooling (binaries remain gitignored). Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
897 B
C
27 lines
897 B
C
/*
|
|
* File: defines.h
|
|
*
|
|
* Created: Monday, July 6, 2026 2:41:28 PM
|
|
* Description: DigiRadio IC default download data definitions.
|
|
*
|
|
* This software is distributed in the hope that it will be useful,
|
|
* but is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
* CONDITIONS OF ANY KIND, without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
*
|
|
* This software may only be used to program products purchased from
|
|
* Analog Devices for incorporation by you into audio products that
|
|
* are intended for resale to audio product end users. This software
|
|
* may not be distributed whole or in any part to third parties.
|
|
*
|
|
* Copyright ©2026 Analog Devices, Inc. All rights reserved.
|
|
*/
|
|
#ifndef __DEFINES_H__
|
|
#define __DEFINES_H__
|
|
|
|
#define BufferSize_IC_1 9254
|
|
#define NumTransactions_IC_1 5
|
|
|
|
|
|
#endif
|