Jm Casler
Jm Casler
It might have something to do with the newer version of the esp libraries. They’ve fixed some connection setup issues I’ve had to work around. Give me a week and...
Confirmed — that’s the problem. The status method haves different Sent from my iPad > On Dec 2, 2017, at 10:31 PM, Jm Casler wrote: > > It might have...
Let's give this a different icon all together, still with the //\ logo, but different enough not to confuse it with the iOS.
it needs different branding. someone should be able to look at it and know what it is right away.
This would come from the backend. latitudeI and longitudeI are not in the device.
Adafruit_MCP23XXX::digitalWrite should read/modify/write the output register, not the input register
I too have run into this bug. Following this issue. Work around is to write to the full port with writeGPIOAB() rather than using digitalWrite()
Adafruit_MCP23XXX::digitalWrite should read/modify/write the output register, not the input register
I have the MCP23017 on my board. Can't speak for the SPI variants. I tried rolling back to 2.0.0, same problem there. I have not tried pre 2.x
Adafruit_MCP23XXX::digitalWrite should read/modify/write the output register, not the input register
using 8x MCP23017 connected to an esp32. If interested in the circuit, see: https://github.com/mc-hamster/nova-nebula/tree/main/hardware/core
Adafruit_MCP23XXX::digitalWrite should read/modify/write the output register, not the input register
> Is there a simple sketch that can be used to demonstrate the issue for troubleshooting? Catch: https://github.com/mc-hamster/nova-nebula
Adafruit_MCP23XXX::digitalWrite should read/modify/write the output register, not the input register
It's for platformio using the Arduino framework.