High Altitude Recovery Payload
HARP: High Altitude Recovery Payload
Information
Version 0.1: RC design

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.
Diff: watchdog.h
- 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

