uraimo
uraimo
Excluded the gpio 10, 11 and 19 from the Pi4's list until Raspian fixes them upstream. The issue can be replicated via terminal too, exporting one of the three gpios.
Yeah, it makes sense when swifygpio is just used in a subsystem and the application should continue to work regardless of gpio failures. I'll take a look at it, since...
I will do a new release tomorrow or so and the refactor of the error handling will be one of the changes included 👍
@MotivDev The [next_release](https://github.com/uraimo/SwiftyGPIO/tree/next_release) branch should already have what you need, for the original request of this issue I'll add and optional, and not really nice to look at, way to...
I haven't checked what that requestFrom actually does but I suspect it's doing an actual i2c request for those 8 bytes, those 8 read() could just be reading from an...
Ciao, sorry for the delay, it looks like they implemented most of the layer above the ioctl instead of using a python smbus library. The problem is here: tmp =...
You could use up to 3 devices if you manage to enable the auxiliary SPI1 the has 3 CS pins (see [this thread](https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=146291) for example), I've never tried though. The...
> I just set the particular slave GPIO to LOW in order to address it, correct? Yeah, if it doesn't work try setting it high, but other than this the...
> while the ones I'm using CE0 and CE1 are returning zeroes. Oh. I've never actually verified if the sysfs CEs were working on the raspi, we could have some...
@damuellen i'm not sure it could be related, but are you converting the raspberry 3v3 gpios to 5v (more likely that what you see is a timing issue)? I can't...