Program 12-bit data acquisition IC with Basic Stamp?
tramle
Posts: 2
Hello,
Can we program 12 bit data acquisition IC with Basic stamp?·
Does any one have any idea how to do that?· How can we collect the data?
Thanks,
Lee
Can we program 12 bit data acquisition IC with Basic stamp?·
Does any one have any idea how to do that?· How can we collect the data?
Thanks,
Lee
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
I'm very new to basic stamp.· How·can I do this?
{
num = 0
Do while num <4096
get analog data· '1 sample at a time... and get 4046 samples total.
num = num + 1
loop
Also,
if I have·8 bit DIO, how can I shift the bit in the while loop?
example:· first : 00000000
············· next: 00000001
············· next: 00000010
············· until: 11111111