Starting a project with the Arduino, and don't know how many output pins I need yet, but it appears to be a bunch.
Don't need many input pins, perhaps four might be enough.
Have been looking at the 1 wire I/O boards using the DS2413 chip.
Looks good, and I've watched perhaps 20 tutorials on it, and I now know enough to be able to wire up maybe 30 different temperature sensors.
BUT, most of my outputs will be simply turning on a light (usually LDs) switch, and a couple will run linear actuators, using PWM and an H-bridge.
My question is simple. After I ask the DS2413 to take a line low (to activate a relay or a transistor, for instance) what happens to the output pin on the DS2413 after I leave and go on to some other software routine? If I tell it to close a relay, will the relay stay closed after we leave that command?
Thanks
Tom