From 86608c6770cf08c138a2bdab5855072f64be09ef Mon Sep 17 00:00:00 2001 From: joshua Date: Sat, 30 Dec 2023 23:54:31 -0500 Subject: initial commit --- Core/Inc/AD9851.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Core/Inc/AD9851.h (limited to 'Core/Inc/AD9851.h') diff --git a/Core/Inc/AD9851.h b/Core/Inc/AD9851.h new file mode 100644 index 0000000..7d80e32 --- /dev/null +++ b/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