hacks/cmulti/example.cc
Michael Hope 5881c3f8b0 Add an example of generating the struct, encoder, and initialiser from
one definition by uisng repeated includes.
2015-05-31 17:37:04 +02:00

14 lines
238 B
C++

#include <stdint.h>
void serializeint16(int16_t v);
void serializeint8(int8_t v);
#include "make_struct.h"
#include "servo_param.h"
#include "make_serializer.h"
#include "servo_param.h"
#include "make_init.h"
#include "servo_param.h"