forked from len0rd/rockbox
imx233: add automatic battery conversion using delay channel, make 5V a virtual channel since it has a builtin divider
fuze+: use 5V virtual channel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30982 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a9d56ac5de
commit
e167c1d8d7
3 changed files with 22 additions and 7 deletions
|
@ -29,6 +29,7 @@
|
|||
#define IMX233_ADC_BATTERY -1 /* Battery voltage (mV) */
|
||||
#define IMX233_ADC_DIE_TEMP -2 /* Die temperature (°C) */
|
||||
#define IMX233_ADC_VDDIO -3 /* VddIO voltage (mV) */
|
||||
#define IMX233_ADC_5V -4 /* Vdd5V voltage (mV) */
|
||||
|
||||
/* Channel mapping */
|
||||
extern int imx233_adc_mapping[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue