pierremolinaro / acan2515

MCP2515 CAN Controller Driver for Arduino
MIT License
74 stars 29 forks source link

Allow use of statically allocated buffers #43

Open rm5248 opened 11 months ago

rm5248 commented 11 months ago

Allow the use of statically allocated transmit and receive buffers.

This makes it much easier to use on low-memory devices(e.g. an Uno), as if you allocate too much memory the compilation will fail instead of failing at runtime.