1 2 3 4 5 6 7 8 9 10
#pragma once /** @file serial_parse.h */ #include <stdint.h> #include "protocol.h" /** parse serial data byte by byte */ void w2_serial_parse(uint8_t byte);