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