-
It does not compile it says:
( Using library Wire at version 1.0 in folder: C:\Users\name\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.11\libraries\Wire
Using library PCF8575 in folder:…
h-key updated
6 years ago
-
more boards we have higher is the risk of user flashing wrong firmware
it would be great for firmware to be able to validate what well know board it is running
maybe PCF8575 with pull-ups/pull-d…
-
In #4 I showed that it's a very simple code change to support the PCF8574 and other 8-bit expanders in the same module.
Therefore, it doesn't seem necessary to maintain two separate repos when the …
-
not found how to use tone throught pcf8575
is i missed something?
-
-
**Describe the solution you'd like**
Add simulation support for the PCF8574 port expander. Talking to them via I2C relatively simple and probably wont be too hard to implement.
Datasheets: [PC…
-
Operating system: Debian GNU/Linux 12 (bookworm)
Python version: 3.11.2
Pi model: Raspberry Pi 4 Model B Rev 1.4
GPIO Zero version: 2.0
Pin factory used: LGPIOFactory
I have connected GPIO ext…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if mqtt-io supports `XL9535` relay board.
**Describe the solution you'd like**
Normal integration like othe…
-
**Describe the problem you have/What new integration you would like**
I have a PCF8575 that is currently used purely for inputs from momentary buttons, software polling seems extremely slow and d…
-
Hello,
Im trying to get expander pins state on interrupt receiving and always got crash.
Can you please see whats problem with this code?
```
#include
#include "PCF8575.h"
PCF8575 expander;…