|
|
Rockbox mail archiveSubject: H10/PP5020 - ADC and ScrollpadH10/PP5020 - ADC and Scrollpad
From: Anthony D'Alberto <afd1009_at_hotmail.com>
Date: Fri, 13 Jul 2007 09:50:01 -0400
Hello All,
1.) Is there ANY more information about this chipset, and where would I find
adc_data2 = (ADC_DATA2 >> (8*channel+6)) & 0x3.
Shouldn't this be:
adc_data2 = ADC_DATA2 >> (8*channel) & 0x3
or are the 2 lsb bits at the msb position of ADC_DATA2? I'm probably
4.) Is there a way to drive the ADCs with interrupts or status registers?
Of course my end goal is to get the scrollpad working the way the original
Any help would really be appreciated. I've looked at the iPod linux wiki
Thaks for any help.
_________________________________________________________________
Page was last modified "Mar 9 2008" The Rockbox Crew |