Hi everybody,
I am trying to incorporate 2x7segment displays to a current project and I am having some issues with conflicts in the libraries. I have the displays working correctly and counting to 99 in their own sketch using a MAX7219 and the ledcontrol library. When I integrate that sketch with my current project sketch I lose all control. I have isolated the issue to the SPI.begin() call.
I currently need this function call to communicate with a MAX31865. When I comment this line out my display works but I lose comms to the MAX31865. Is there a workaround to get them both working?
Thanks in advance.