Max1270 help.
Howdy.
Im working on a project that requires 6 to 8 light sensors (CDS) and I was planning on using the MAX1270.
I was going to use Ray's MAX1270 object but im a little confused by the pin setups.
Ive got the Output pin set connected to·DIN(7) and the input to·DOUT (10).
I currently have clock set to CS (6) which I bleieve is coorect, but Im not sure.
Then there's the chip select pin.· I have no idea what that's supposed to connect to.· Any help?
I also have it setup for 5V is that necessary or will it opertate at 3.3v?
Thanks in advance.
Scott
Im working on a project that requires 6 to 8 light sensors (CDS) and I was planning on using the MAX1270.
I was going to use Ray's MAX1270 object but im a little confused by the pin setups.
Ive got the Output pin set connected to·DIN(7) and the input to·DOUT (10).
I currently have clock set to CS (6) which I bleieve is coorect, but Im not sure.
Then there's the chip select pin.· I have no idea what that's supposed to connect to.· Any help?
I also have it setup for 5V is that necessary or will it opertate at 3.3v?
Thanks in advance.
Scott

Comments
Here's a link to the data sheet.· It should answer most if not all of your questions.
http://datasheets.maxim-ic.com/en/ds/MAX1270-MAX1271B.pdf
Regards,
Ken
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Post Edited (Ken Peterson) : 5/19/2008 10:07:17 PM GMT
'PUB get_millivolts (ChipSelectPin, ClockPin, OutputPin -> 1270:DIN, InputPin -> 1270:DOUT, Channel, bTenVoltRange, bBipolar) v:=max1270.get_millivolts(13 , 12 , 14 , 15 , 0 , true , true )I get it now, thanks!