Support feather board, move to broken out source

This commit is contained in:
Justin C. Miller
2025-02-15 14:27:26 -08:00
parent 7a0cfebf52
commit 3a8fa7d08f
18 changed files with 411 additions and 105 deletions

8
src/edmfd/proto.hh Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <stdint.h>
namespace proto {
void parse(const uint8_t *buffer, unsigned len);
} // namespace proto