I wanted to hook up a ds18b20 temperature sensor to a Pi with an Automation pHAT . Can I use the buffered inputs for the data input? I really just wanted to use the screw headers and don’t want to extend the headers to add a single connection.
Thanks for the quick response. I assume I can use the SPI/MISO pins and solder a 3-pin header across 3V, GND and this pin. Which broadcom pin does it map to - 19?
Thanks! I just changed the 1Wire interface pin to bcm9 and it worked fine.
I was just peeking in the automation hat library, and I see there is no way to query the current status of the relays. I can only set and toggle the value. Can this functionality be added? In the meantime, I’m just reading the status of bcm13, which looks like the relay GPIO pin on the pHAT.
I’d imagine that that’s because the relays on Automation HAT/pHAT have both a normally open and normally closed side, so the definition of what is “on” or “off” will depend on which side you’re using, but @gadgetoid will confirm that.