After closer investigation, i found two issues that should be resolved before spending any additional time resolving the
error: include/DisplayValue.h:21:10: fatal error: SPIBus.h: No such file or directory:
Separate the function implementation and its corresponding header
Move to the lib folder since it is not really a header
As discussed in the PR, the there is still a problem with the inlude of the
SPIBus.h
in https://github.com/SolarEnergyRacers/solar_car_control_system/blob/master/include/DisplayValue.hAfter closer investigation, i found two issues that should be resolved before spending any additional time resolving the error:
include/DisplayValue.h:21:10: fatal error: SPIBus.h: No such file or directory
: