#pragma once /** @file serial_parse.h */ #include #include "protocol.h" /** parse serial data byte by byte */ void w2_serial_parse(uint8_t byte);