summaryrefslogtreecommitdiff
path: root/shared/serial_parse.h
blob: 516bf8af17a8a580d63d74b89a1120d7eaa08457 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <stdint.h>

#include "protocol.h"

/** parse serial data byte by byte */
void w2_serial_parse(uint8_t byte);