NOT FINISHED YET!!! My first try to get a self built fully working Quadrocopter based on an mbed, a self built frame and some other more or less cheap parts.

Dependencies:   mbed MODI2C

Revision:
33:fd98776b6cc7
Parent:
32:e2e02338805e
Child:
34:3aa1cbcde59d
--- a/PC/PC.h	Tue Apr 02 16:57:56 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#include "mbed.h"
-
-#ifndef PC_H
-#define PC_H
-
-class PC : public Serial 
-{
-    public:
-        PC(PinName tx, PinName rx, int baud);
-        void cls();
-        void locate(int column, int row);
-};
-#endif