Nanopb (lightweight version of googles protobuf) test. It is not working as it should yet.

Dependencies:   MODSERIAL mbed

Revision:
3:fd0e1bc80f78
Parent:
2:487359a1a439
--- a/main.cpp	Wed Apr 09 11:37:05 2014 +0000
+++ b/main.cpp	Wed Apr 09 11:44:14 2014 +0000
@@ -5,11 +5,6 @@
 #include "threeaxis.pb.h"
 #include "MODSERIAL.h"
 
-#include <iostream>
-#include <string>
-#include <fstream>
-#include <algorithm>
-
 MODSERIAL pc(USBTX, USBRX, "modser"); //modified modser lib to be able to input custom stream
 
 int main() {