Hey guys here is a quick question.
I was givin a 16 channel opto isolated relay board to play with.
The Problem.
The relays are trigggerd when 5 volts is supplied to the control line.
The pio of the listed chips.. is a ground. is it not ?
How can i flip the pio to = + 5 volts with out addin
Fixed.
On 5/28/06, Daniel Höper <[EMAIL PROTECTED]> wrote:
Am Sonntag, 28. Mai 2006 20:56 schrieb Paul Alfille:
> > 3. There are nine channels (bus.0 ... bus.8) for only eight 1-wire
> > busses. bus.0 and bus.2 have the same value for connin.i2c.index (=1). So
> > a 1-wire device connected to th
Am Sonntag, 28. Mai 2006 20:56 schrieb Paul Alfille:
> > 3. There are nine channels (bus.0 ... bus.8) for only eight 1-wire
> > busses. bus.0 and bus.2 have the same value for connin.i2c.index (=1). So
> > a 1-wire device connected to the second bus of the adapter is shown twice
> > in the owfs
> >
Fixed, after your diagnostics.
PaulOn 5/27/06, Christian Magnusson <[EMAIL PROTECTED]> wrote:
ls –l /tmp/1wire/alarm
segfaults when listing alarm directory.
Haven't found any fix for it yet..
/Christian
On 5/28/06, Daniel Höper <[EMAIL PROTECTED]> wrote:
There are some problems with this adapter:1. We get an infinite loop in ow_connect.c:NewIn() while creating the eight1-wire busses in ow_ds2482.c:CreateChannels(). I solved this by settingnow->next to NULL in NewIn() if the new connection is a cop
There are some problems with this adapter:
1. We get an infinite loop in ow_connect.c:NewIn() while creating the eight
1-wire busses in ow_ds2482.c:CreateChannels(). I solved this by setting
now->next to NULL in NewIn() if the new connection is a copy of an existing
one.
2. After fixing this p