Shop OBEX P1 Docs P2 Docs Learn Events
how to increase BS2 I/O pins? 74HC165 for multiple inputs — Parallax Forums

how to increase BS2 I/O pins? 74HC165 for multiple inputs

ArchiverArchiver Posts: 46,084
edited 2003-11-24 07:24 in General Discussion
--- In basicstamps@yahoogroups.com, "Jon Williams" <jwilliams@p...>
wrote:
> Outputs... 74HC595
> Inputs.... 74HC165
> Mixed..... PCF8574 (I2C)
>
> These are all simple, inexpesive devices and you can find source
code
> for each on our web site.
>
> -- Jon Williams
> -- Applications Engineer, Parallax
> -- Dallas Office


I hate to take the lazy way out (but only slightly)

does the 74HC165 need to be polled to see the status or does it
generate a signal that a switch has changed ?

I will read the data sheets this week, but up to my elbos with work
for the short work week.

Dave

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-11-24 07:24
    Dave,

    The 74HC165 doesn't have any "smarts" -- you have to poll it by shifting the
    state of its pins into your Stamp. They're called "shift registers" and this
    one converts 8 bits of parallel data into serial, allowing the Stamp to read
    it with only a few I/O pins.

    Randy
    www.glitchbuster.com


    Original Message
    From: "Dave Mucha" <davemucha@j...>
    To: <basicstamps@yahoogroups.com>
    Sent: Sunday, November 23, 2003 7:54 PM
    Subject: [noparse][[/noparse]basicstamps] Re: how to increase BS2 I/O pins? 74HC165 for
    multiple inputs


    > --- In basicstamps@yahoogroups.com, "Jon Williams" <jwilliams@p...>
    > wrote:
    > > Outputs... 74HC595
    > > Inputs.... 74HC165
    > > Mixed..... PCF8574 (I2C)
    > >
    > > These are all simple, inexpesive devices and you can find source
    > code
    > > for each on our web site.
    > >
    > > -- Jon Williams
    > > -- Applications Engineer, Parallax
    > > -- Dallas Office
    >
    >
    > I hate to take the lazy way out (but only slightly)
    >
    > does the 74HC165 need to be polled to see the status or does it
    > generate a signal that a switch has changed ?
    >
    > I will read the data sheets this week, but up to my elbos with work
    > for the short work week.
    >
    > Dave
    >
    >
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and
    Body of the message will be ignored.
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
    >
Sign In or Register to comment.