diff options
Diffstat (limited to 'src/app/prototest/main.cc')
-rw-r--r-- | src/app/prototest/main.cc | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/src/app/prototest/main.cc b/src/app/prototest/main.cc index 5e048ec..d470d59 100644 --- a/src/app/prototest/main.cc +++ b/src/app/prototest/main.cc @@ -9,6 +9,9 @@ #ifdef PROTOTEST_ARDUINOJSON #include "lib/ArduinoJson.h" #endif +#ifdef PROTOTEST_BINN +#include "lib/binn.h" +#endif #ifdef PROTOTEST_CAPNPROTO_C #include <capnp_c.h> #include "capnp_c_bench.capnp.h" @@ -43,20 +46,6 @@ #include "prototest_global.cc.inc" #endif -// TODOs -// -// Code -> JSON -// Code -> XDR -// Code -> MsgPack -// Code -> ProtoBuf -// Code -> CBOR -// -// JSON -> Code/Data -// XDR -> Code/Data -// MsgPack -> Code/Data -// ProtoBuf -> Code/Data -// CBOR -> Code/Data - void loop(void) { //static uint16_t ts = 0; |