tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
607 stars 192 forks source link

Add more CAN bus line speeds to mcp2515 #626

Closed sdismo closed 9 months ago

sdismo commented 9 months ago

Thanks for creating TinyGo. Truly fantastic.

Completing a TODO in the code by adding all odd CAN bus line speeds available. I need only 250 kbps for playing with NMEA 2000 marine instruments but filled in the blanks also for other line speeds.

deadprogram commented 9 months ago

Thanks for the addition @sdismo now squash/merging.