Shiftin command
Archiver
Posts: 46,084
I am trying to read out data but I don't want to use shiftin command
because it generates clock pulses. What could I use instead of this
command
shiftin, CLK, MSBPOST [noparse][[/noparse]Data\8]
Thanks
because it generates clock pulses. What could I use instead of this
command
shiftin, CLK, MSBPOST [noparse][[/noparse]Data\8]
Thanks
Comments
synchronous slave (accept an external clock). You would have to write
manual code (a loop) and that may not work if the clock speed of the
master is too fast.
-- Jon Williams
-- Applications Engineer, Parallax
-- Dallas Office
Original Message
From: ********** [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=wb2bCX8i0kam5XjQCJt76zKPw191xkV_P0jSO2BMgnWfWMgkcryGqGI1j5F4E_-doW6u5Aj-]ousa81@y...[/url
Sent: Wednesday, April 28, 2004 2:50 PM
To: basicstamps@yahoogroups.com
Subject: [noparse][[/noparse]basicstamps] Shiftin command
I am trying to read out data but I don't want to use shiftin command
because it generates clock pulses. What could I use instead of this
command
shiftin, CLK, MSBPOST [noparse][[/noparse]Data\8]
Thanks