dataflash: reworked classes to move most code to parent class
this moves all the non-hardware specific code to the parent DataFlash_Class class, keeping the hw specific code much smaller and simpler. This should prevent discrepancies creeping in between APM1 and APM2 support again
Showing
- libraries/DataFlash/DataFlash.h 39 additions, 14 deletionslibraries/DataFlash/DataFlash.h
- libraries/DataFlash/DataFlash_APM1.cpp 0 additions, 184 deletionslibraries/DataFlash/DataFlash_APM1.cpp
- libraries/DataFlash/DataFlash_APM1.h 0 additions, 34 deletionslibraries/DataFlash/DataFlash_APM1.h
- libraries/DataFlash/DataFlash_APM2.cpp 0 additions, 183 deletionslibraries/DataFlash/DataFlash_APM2.cpp
- libraries/DataFlash/DataFlash_APM2.h 0 additions, 37 deletionslibraries/DataFlash/DataFlash_APM2.h
Loading
Please register or sign in to comment