You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it wouldn't be difficult to change the default speed from 16MHz to a speed based on the arduino clock. I'm happy to make the changes and issue a pull request if this is interesting.
Also you could free up some program memory by changing setBitrate() to conditionally compiling the canClock cases.
The text was updated successfully, but these errors were encountered:
I guess that would break any sketches that use a 16 MHz canclock and and a non-16 MHz arduino clock (F_CPU set to something other than the default 16 MHz).
I see your point about conditionally compiling the canClock cases.
I'm using something similar to:
But it wouldn't be difficult to change the default speed from 16MHz to a speed based on the arduino clock. I'm happy to make the changes and issue a pull request if this is interesting.
Also you could free up some program memory by changing setBitrate() to conditionally compiling the canClock cases.
The text was updated successfully, but these errors were encountered: