KevinOConnor / can2040

Software CAN bus implementation for rp2040 micro-controllers
GNU General Public License v3.0
667 stars 66 forks source link

Add note to API.md on importing can2040.h from C++ #39

Closed KevinOConnor closed 1 year ago

KevinOConnor commented 1 year ago

Update the docs to note the need for extern "C" { } when importing can2040.h into C++ code.

-Kevin

Nate711 commented 1 year ago

Nice thanks!