High Altitude Recovery Payload

HARP: High Altitude Recovery Payload

Version 0.1: RC design

/media/uploads/tylerjw/_scaled_2012-07-23_mbed_xbee_breadboard.jpg

By connecting the second xbee to a computer using a terminal command and supplying the characters L, R, C, F the light patterns change on the mbed.

Revision:
0:043ed5bb10f2
Child:
1:21a6da67311c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/watchdog.h	Mon Jul 23 19:20:55 2012 +0000
@@ -0,0 +1,7 @@
+#include "mbed.h"
+
+class Watchdog {
+public:
+    void kick(float); // init watchdog to number of seconds
+    void kick(); // kick the dog
+};
\ No newline at end of file