Closed
Description
Currently the CAN module only support bit rates of 125k, 250k, 500k and 1M bits per second.
Other libraries support the setting of bit rates in a more flexible way allowing an integer to be passed in.
I'm currently looking to build a project to work with Velbus which uses a bit rate of 16.7kbps.
There are many other products in the marketplace using a bit rate different to the 4 listed above.
I would looking for something like
bool R7FA4M1_CAN::begin2(int const can_bitrate)