From 292a53da4b862dcb942b02eb47664efaf294d8c9 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Thu, 8 Oct 2009 15:47:43 +0000 Subject: D2: Use a common function for reading ADC values from the PMU git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23007 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pcf50606.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/pcf50606.h') diff --git a/firmware/export/pcf50606.h b/firmware/export/pcf50606.h index 8e01346028..4ae3d83f97 100644 --- a/firmware/export/pcf50606.h +++ b/firmware/export/pcf50606.h @@ -52,4 +52,6 @@ unsigned char pcf50606_i2c_inb(bool ack); void pcf50606_reset_timeout(void); #endif +void pcf50606_read_adc(int adc, short* res1, short* res2); + #endif /* PCF50606_H */ -- cgit v1.2.3