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.

Files at this revision

API Documentation at this revision

Comitter:
tylerjw
Date:
Mon Jul 23 19:59:53 2012 +0000
Parent:
1:21a6da67311c
Child:
3:7597dd89299f
Commit message:
docs added;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
watchdog.h Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jul 23 19:24:02 2012 +0000
+++ b/main.cpp	Mon Jul 23 19:59:53 2012 +0000
@@ -15,6 +15,8 @@
  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
+ 
+
 
 #include "mbed.h"
 #include "rtos.h"
--- 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