Projekt

Allgemein

Profil

Feature #563

Von Maximilian Seesslen vor 4 Monaten aktualisiert

See wiki for descriptions.
Library should work with project-config-header instead of magically perdefines and pre-declared structures.
A pure template-class works better but still the defines...
Biwak and lepto also needs their defines.

Just a config header without using template class does not work. The eeprom config layout is unknown.
Fooling the compiler (using different structures in different compile units) does work but is not good.

* keep it as template.
* make the structs project-wide available like config
* make the structs generic and cast the apllication-spezific part

Template feels most correct. Having struct like config will be the cleanest implementation.

Zurück