Joe Inman
Results
2
issues of
Joe Inman
### :bug: Bug Report **Describe the bug** When using the this library alongside the 107-Arduino-Cyphal library, I get the following linker error. ``` [_ZNSt17_Function_handlerIFbRK11CanardFrameEN8node_hdlMUlS2_E_EE9_M_invokeERKSt9_Any_dataS2_]+0x4): undefined reference to `ArduinoMCP2515::transmit(CanardFrame const&)' ```...
type: bug
I'm using the WS2812 driver implementation from the `pico-examples` repo to control a strip of LEDs. Additionally, my setup includes an MCP2515 CAN controller for communication. When polling the CAN...