When I have the board connected to either an Uno or mega millis stops working i.e. instead of returning an unsigned long it returns jibberish. Any idea what would cause this? If I disconnect the board yet leave my code the same millis starts working again and returns the correct number of milliseconds.
So, this happened because setBitrate was failing. i'll probably follow up with a PR to update the README with a note on setBitrate and the valid can speed / clock speed configurations.
When I have the board connected to either an Uno or mega millis stops working i.e. instead of returning an unsigned long it returns jibberish. Any idea what would cause this? If I disconnect the board yet leave my code the same millis starts working again and returns the correct number of milliseconds.