inspektors/robot/include/main.h
2018-01-21 19:08:38 +02:00

10 lines
139 B
C

#ifndef MAIN_H
#define MAIN_H
#include <stdint.h>
#include "common.h"
void convert_data_to_raw(data_packet_t *in, uint8_t *out);
#endif