ardupilot/libraries/DataFlash
Andrew Tridgell 089470a671 DataFlash: moved high level logging logic to library
this moves out all the high level logic from ArduPlane/ArduCopter to
the library. It also adds a "config page", as the last page in the
flash. This is used to check if the flash needs erasing. We only erase
now if the DF_LOGGING_FORMAT has changed.

This patch also adds a public CardInserted() method, which is used to
disable logging on APM2 if a dataflash card is not inserted
2011-12-28 16:00:48 +11:00
..
examples/DataFlash_test DataFlash library - changed to use standard arduino SPI library 2011-07-19 23:00:18 +00:00
DataFlash.cpp DataFlash: moved high level logging logic to library 2011-12-28 16:00:48 +11:00
DataFlash.h DataFlash: moved high level logging logic to library 2011-12-28 16:00:48 +11:00
DataFlash_APM1.cpp DataFlash: moved high level logging logic to library 2011-12-28 16:00:48 +11:00
DataFlash_APM1.h DataFlash: moved high level logging logic to library 2011-12-28 16:00:48 +11:00
DataFlash_APM2.cpp DataFlash: moved high level logging logic to library 2011-12-28 16:00:48 +11:00
DataFlash_APM2.h DataFlash: moved high level logging logic to library 2011-12-28 16:00:48 +11:00
keywords.txt First version. This is the "core" of the project and libraries. 2010-05-28 14:38:51 +00:00