<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Roman, <br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
thanks very much for your work on this, i use pduino quite a lot definitely deserves love !
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Shift register ics like 74HC59 add extra outputs to arduino but only need 3 pins to control (data, clock, latch) .
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>Looks like arduino does this with a shiftOut() function ( https://www.arduino.cc/en/Tutorial/ShiftOut ) .</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>On the PD side i guess I'm just looking to somehow communicate with the shift register ic and turn its pins HIGH and LOW like the normal I/O pins.
<br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>Tbh I haven’t used shift registers much myself yet but just looking into them as i suddenly need a considerable amount of outputs, so was wondering if there was a pduino equivalent.
<br>
</span><span><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>thanks !</span><br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Pd-list <pd-list-bounces@lists.iem.at> on behalf of Roman Haefeli <reduzent@gmail.com><br>
<b>Sent:</b> Saturday, 29 June 2019 8:23 AM<br>
<b>To:</b> pd-list@lists.iem.at<br>
<b>Subject:</b> Re: [PD] Pduino and shift registers</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On Fri, 2019-06-28 at 15:38 +0000, school shoes wrote:<br>
> Hi there, <br>
> just wondering if pduino currently has support for shift registers? <br>
> a quick google came up with this post from 2009: <br>
> <a href="https://forum.arduino.cc/index.php?topic=6910.0">https://forum.arduino.cc/index.php?topic=6910.0</a><br>
> that seems to suggest that support is coming , but can't seem to find<br>
> much mention of it since.<br>
<br>
It seems nobody else is taking care of the pduino library and since I<br>
seem to be the last person having worked on it, I feel a bit<br>
responsible. I'm not using it often these days, but I find it deserves<br>
some love. <br>
<br>
Maybe adding support for shift registers is doable, but I don't quite<br>
understand what that exactly means. Can you describe in few words what<br>
you would like to send from Pd and what the output of the Arduino board<br>
should look like?<br>
<br>
Roman <br>
</div>
</span></font></div>
</body>
</html>