From 2b4e742f021a37fffcc5e557c4456c0a4ea77483 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Thu, 13 Mar 2025 23:16:14 -0500 Subject: fix: software was accidentally a submodule --- Software/Core/Inc/AD9851.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Software/Core/Inc/AD9851.h (limited to 'Software/Core/Inc/AD9851.h') diff --git a/Software/Core/Inc/AD9851.h b/Software/Core/Inc/AD9851.h new file mode 100644 index 0000000..7d80e32 --- /dev/null +++ b/Software/Core/Inc/AD9851.h @@ -0,0 +1,5 @@ +#include "main.h" + +void AD9851_reset(void); + +void AD9851_parallel(uint32_t freq); \ No newline at end of file -- cgit v1.2.3