forked from len0rd/rockbox
ADC driver for iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8811 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8e8e9c3990
commit
01ece88198
3 changed files with 77 additions and 17 deletions
|
|
@ -21,7 +21,15 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
|
||||
#ifdef IAUDIO_X5
|
||||
#define NUM_ADC_CHANNELS 3
|
||||
|
||||
#define ADC_BUTTONS 0
|
||||
#define ADC_REMOTE 1
|
||||
#define ADC_BATTERY 2
|
||||
#define ADC_UNREG_POWER ADC_BATTERY /* For compatibility */
|
||||
|
||||
#elif defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
|
||||
#define NUM_ADC_CHANNELS 4
|
||||
|
||||
#define ADC_BUTTONS 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue