hacks/cmulti/example.cc

14 lines
238 B
C++
Raw Permalink Normal View History

#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"