From a4a3cd9d52b1969bf44315bdf4a229636ceb3f24 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 30 Jul 2007 20:12:03 +0000 Subject: First version of a 1st/2nd gen ADC driver. 1st gen is untested yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14082 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipod1g2g.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export/config-ipod1g2g.h') diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h index b69d401f36..188c3930f6 100644 --- a/firmware/export/config-ipod1g2g.h +++ b/firmware/export/config-ipod1g2g.h @@ -81,11 +81,11 @@ /* Type of mobile power */ #define CONFIG_BATTERY BATT_LIPOL1300 -#define BATTERY_CAPACITY_MIN 630 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ -#define BATTERY_CAPACITY_INC 10 /* capacity increment */ +#define BATTERY_CAPACITY_MIN 1200 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 1900 /* max. capacity selectable */ +#define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ -#define BATTERY_SCALE_FACTOR 5865 +#define BATTERY_SCALE_FACTOR 25882 /* Hardware controlled charging? FIXME */ //#define CONFIG_CHARGING CHARGING_SIMPLE -- cgit v1.2.3