sufst / on-car-telemetry

Embedded software for the on-car telemetry system
GNU General Public License v3.0
2 stars 0 forks source link

feat: read CAN example data from local file #7

Closed RyutaItabashi closed 1 year ago

RyutaItabashi commented 1 year ago

Description

In can_publisher.c we currently make can data example of [0,1,2,3,4…]but change this to read from local file

t-bre commented 1 year ago

What kind of file would this be read from and how will we create it?

RyutaItabashi commented 1 year ago

Initiial plan was to include one csv file but figured out that won't work so we will use some global config header file to declare if we use test data or not and write the actual dummy data in header files

RyutaItabashi commented 1 year ago

-> https://github.com/sufst/on-car-telemetry/issues/13