rampage128 / niscan

nissan canbus interface for arduino uno
18 stars 8 forks source link

Architecture/binary data abstraction #1

Closed rampage128 closed 7 years ago

rampage128 commented 7 years ago

This branch introduces an abstraction layer for handling binary data. It prevents duplicate code and unifies the underlying data handling of canpackets and carsystems. Probably it can be used for serial packet handling in the future.