#ifndef _SERMSG_H
#define _SERMSG_H
#include <stdint.h>
void serwrite_uint8(uint8_t v);
void serwrite_uint16(uint16_t v);
#endif /* _SERMSG_H */