SolarEnergyRacers / solar_car_control_system

solarenergyracers.ch - control system
GNU General Public License v3.0
3 stars 0 forks source link

DisplayValue.h: separate implementation from header, move to a lib #164

Closed andreaskuster closed 2 years ago

andreaskuster commented 2 years ago

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.h

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:

andreaskuster commented 2 years ago

Has been resolved with https://github.com/SolarEnergyRacers/solar_car_control_system/pull/165