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:
- 2:d1b64b3c9d26
- Parent:
- 1:21a6da67311c
--- a/watchdog.h Mon Jul 23 19:24:02 2012 +0000
+++ b/watchdog.h Mon Jul 23 19:59:53 2012 +0000
@@ -18,6 +18,11 @@
#include "mbed.h"
+/**
+ Watchdog timer
+ simple implementation gotten from mbed
+ @author unknown
+*/
class Watchdog {
public:
void kick(float); // init watchdog to number of seconds

