diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-03-25 00:57:28 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-03-25 00:57:28 +0800 |
commit | 8e57c683d3d16f1dee320f10c411602ea38ba651 (patch) | |
tree | 75df3040d13c3f1850d93e29eb93a3836cae133c /obdlogger/libraries/SD.cpp | |
download | 2021-arduino-obd-8e57c683d3d16f1dee320f10c411602ea38ba651.tar.gz 2021-arduino-obd-8e57c683d3d16f1dee320f10c411602ea38ba651.tar.bz2 2021-arduino-obd-8e57c683d3d16f1dee320f10c411602ea38ba651.zip |
initial commit
Diffstat (limited to 'obdlogger/libraries/SD.cpp')
-rw-r--r-- | obdlogger/libraries/SD.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/obdlogger/libraries/SD.cpp b/obdlogger/libraries/SD.cpp new file mode 100644 index 0000000..d922fc8 --- /dev/null +++ b/obdlogger/libraries/SD.cpp @@ -0,0 +1,5 @@ +#include <SD.cpp> +#include <Sd2Card.cpp> +#include <SdFile.cpp> +#include <SdVolume.cpp> +#include <File.cpp> |