aboutsummaryrefslogtreecommitdiff
path: root/shared/serial_parse.h
blob: a1c8fb97ad26aaa8c78092ea17ee88d1e047eea5 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <stdint.h>

#include "protocol.h"

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