aboutsummaryrefslogtreecommitdiff
path: root/dumblogger/Utilities.h
diff options
context:
space:
mode:
authorDonald Delmar Davis <don@suspectdevices.com>2012-08-17 12:47:12 -0700
committerDonald Delmar Davis <don@suspectdevices.com>2012-08-17 12:47:12 -0700
commit16e2e53c56ae4a41f54284feea2f1d747c8bbd9f (patch)
treeff427c04a79880f2a841177e9b58fb3de002dc4b /dumblogger/Utilities.h
parent47a9b3983c862da951f6c3787d925a15a4b40881 (diff)
Getting there, adding file and date stuff next.
Diffstat (limited to 'dumblogger/Utilities.h')
-rw-r--r--dumblogger/Utilities.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/dumblogger/Utilities.h b/dumblogger/Utilities.h
index 219d26b..81f30e1 100644
--- a/dumblogger/Utilities.h
+++ b/dumblogger/Utilities.h
@@ -34,6 +34,7 @@
#include <SdFat.h>
#include <HardwareSPI.h>
#include <string.h>
+// move this to a project settings file.
#define BLU_LED 19
#define YEL_LED 18
@@ -41,10 +42,14 @@
#define LED_ON LOW
#define LED_OFF HIGH
+/*-----------------------------------------------------------------------------
+ * file handling
+ *----------------------------------------------------------------------------*/
+
extern Sd2Card card;
extern SdVolume volume;
extern SdFile root;
extern SdFile file;
-int openNextFile(void); \ No newline at end of file
+int openNextFile(void);