summaryrefslogtreecommitdiff
path: root/shared/serial_parse.h
blob: 03c420f8d45fd3706e796678d3cf75462d27ff15 (plain)
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);