Prop ASC A/D problem/question
kfurem
Posts: 19
I"m using a Propeller ASC with a BOE shield. I"m having problem with the analog inputs.
Using the "mcp3208" object as a driver with the following settings.
DataPin= 26
ClkPin= 25
CSPin=27
Mode =1
and the following statement to start it: adc.start(DataPin, ClkPin, CSPin, 1)
The problem is, it will only read Analog Input 0, which it does fine. Am I missing something here?
Thanks,
Using the "mcp3208" object as a driver with the following settings.
DataPin= 26
ClkPin= 25
CSPin=27
Mode =1
and the following statement to start it: adc.start(DataPin, ClkPin, CSPin, 1)
The problem is, it will only read Analog Input 0, which it does fine. Am I missing something here?
Thanks,
Comments
Looks like Mode=1 only starts one channel.