adafruit / Adafruit_CircuitPython_MCP2515

A CircuitPython library for working with the MCP2515 CAN bus controller
MIT License
20 stars 14 forks source link

Not compatible with Circuitpython built w/o long support #5

Open Wh1terat opened 3 years ago

Wh1terat commented 3 years ago
code.py output:
Traceback (most recent call last):
  File "code.py", line 3, in <module>
OverflowError: long int not supported in this build
Tbruno25 commented 2 years ago

I'm running into the same issue trying to utilize this library with a SAMD21.

Any work around I can try to get this to working?

Wh1terat commented 2 years ago

I didn't spend much time on it to be honest, eventually moved to STM32 with built in CAN rather than MCP2515 anyway.