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.
watchdog.h
- Committer:
- tylerjw
- Date:
- 2012-07-23
- Revision:
- 0:043ed5bb10f2
- Child:
- 1:21a6da67311c
File content as of revision 0:043ed5bb10f2:
#include "mbed.h"
class Watchdog {
public:
void kick(float); // init watchdog to number of seconds
void kick(); // kick the dog
};

