ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.05k stars 372 forks source link

Implement SAE J1850 CRC8 and "Zero" version #812

Closed drewr95 closed 5 months ago

drewr95 commented 6 months ago

As stated in #811, I've recently needed to use the SAE J1850 CRC8 algorithm. I figured this would be a nice place to put it.

There is apparently a "Zero" version of the algorithm as well, of which I've included.

semanticdiff-com[bot] commented 6 months ago

Review changes with SemanticDiff.

jwellbelove commented 6 months ago

Thanks, I'll merge that in shortly.