summaryrefslogtreecommitdiff
path: root/firmware/export/pcf50606.h
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2009-10-08 15:47:43 +0000
committerRob Purchase <shotofadds@rockbox.org>2009-10-08 15:47:43 +0000
commit292a53da4b862dcb942b02eb47664efaf294d8c9 (patch)
tree613ea37b76ce89abb9235fa1587978177c708998 /firmware/export/pcf50606.h
parent5a435e62d062c7bc75c27a324e89de06cc4543f9 (diff)
downloadrockbox-292a53da4b862dcb942b02eb47664efaf294d8c9.tar.gz
rockbox-292a53da4b862dcb942b02eb47664efaf294d8c9.zip
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
Diffstat (limited to 'firmware/export/pcf50606.h')
-rw-r--r--firmware/export/pcf50606.h2
1 files changed, 2 insertions, 0 deletions
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);
52void pcf50606_reset_timeout(void); 52void pcf50606_reset_timeout(void);
53#endif 53#endif
54 54
55void pcf50606_read_adc(int adc, short* res1, short* res2);
56
55#endif /* PCF50606_H */ 57#endif /* PCF50606_H */