Tomas Johansen
/
nanopb_test
Nanopb (lightweight version of googles protobuf) test. It is not working as it should yet.
Revision 3:fd0e1bc80f78, committed 2014-04-09
- Comitter:
- Tomas
- Date:
- Wed Apr 09 11:44:14 2014 +0000
- Parent:
- 2:487359a1a439
- Commit message:
- removed unnecessary libraries
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 487359a1a439 -r fd0e1bc80f78 main.cpp --- 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() {