Generation 2 of the Harp project

Dependencies:   Servo TMP36 GZ chan_fatfs_sd buffered-serial1 nmea_parser watchdog mbed-rtos mbed

Revision:
7:d8ecabe16c9e
Parent:
6:204487243310
Child:
8:13360ec824a7
--- a/openLog/openLog.h	Fri Feb 24 21:28:33 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#ifndef OPEN_LOG
-#define OPEN_LOG
-
-#include "mbed.h"
-
-#define DEF_TX     p13
-#define DEF_RX     p14
-#define DEF_RESET  p12
-
-class Logger {
-public:
-    Logger();
-    Logger(PinName tx, PinName rx, PinName reset);
-
-    void newFile(void);
-    void write(char*);
-
-private:
-    Serial _openLog;
-    DigitalOut _reset_pin;
-};
-#endif
\ No newline at end of file