sandeepmistry / arduino-CAN

An Arduino library for sending and receiving data using CAN bus.
MIT License
696 stars 237 forks source link

Added std::function callback #132

Open hjkarssies opened 8 months ago

hjkarssies commented 8 months ago

Added std::function callback next to callback pointer to support lambda functions. This way, non-static functions can be used.