summaryrefslogtreecommitdiff
path: root/firmware/export/adc.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-11-16 13:28:10 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-11-16 13:28:10 +0000
commit91c4873253bd7350e3430c455a7f58df576553de (patch)
tree595a5c3483c70780c8b21b86cb94ab0628253e39 /firmware/export/adc.h
parentffe0b23902ef8e92f60b7c15b53dfbb1f23fce8c (diff)
downloadrockbox-91c4873253bd7350e3430c455a7f58df576553de.tar.gz
rockbox-91c4873253bd7350e3430c455a7f58df576553de.zip
H300: ADC driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7906 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/adc.h')
-rw-r--r--firmware/export/adc.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/firmware/export/adc.h b/firmware/export/adc.h
index 7a90afd9b5..a5ba583c38 100644
--- a/firmware/export/adc.h
+++ b/firmware/export/adc.h
@@ -21,7 +21,7 @@
21 21
22#include "config.h" 22#include "config.h"
23 23
24#ifdef IRIVER_H100_SERIES 24#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
25#define NUM_ADC_CHANNELS 4 25#define NUM_ADC_CHANNELS 4
26 26
27#define ADC_BUTTONS 0 27#define ADC_BUTTONS 0
@@ -30,14 +30,6 @@
30#define ADC_UNREG_POWER ADC_BATTERY /* For compatibility */ 30#define ADC_UNREG_POWER ADC_BATTERY /* For compatibility */
31 31
32#else 32#else
33#ifdef IRIVER_H300
34/* TODO: we don't have enough info about the ADC for the H3x0 for now, so this
35 stuff is only added here for now to make things compile. */
36#define ADC_BUTTONS -2
37#define ADC_REMOTE -3
38unsigned char adc_scan(int channel);
39
40#endif
41 33
42#define NUM_ADC_CHANNELS 8 34#define NUM_ADC_CHANNELS 8
43 35