mirror of
https://github.com/justinian/edmfd_firmware.git
synced 2025-12-11 00:54:34 -08:00
Support feather board, move to broken out source
This commit is contained in:
8
src/edmfd/proto.hh
Normal file
8
src/edmfd/proto.hh
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
namespace proto {
|
||||
|
||||
void parse(const uint8_t *buffer, unsigned len);
|
||||
|
||||
} // namespace proto
|
||||
Reference in New Issue
Block a user