From 5e863be2e3d77bfca1c22cbb18230739565b3a22 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Sat, 26 Oct 2024 20:32:10 +0200 Subject: [PATCH] ADD commnad frequency --- stm32l4a6zg-f0x.at1/.cproject | 10 ++++- stm32l4a6zg-f0x.at1/Core/Inc/commands.h | 1 + stm32l4a6zg-f0x.at1/Core/Inc/helper.h | 2 + stm32l4a6zg-f0x.at1/Core/Inc/si5351.h | 16 +++++++ stm32l4a6zg-f0x.at1/Core/Src/commands.c | 53 ++++++++++++++++++++--- stm32l4a6zg-f0x.at1/Core/Src/helper.c | 10 ++++- stm32l4a6zg-f0x.at1/Core/Src/main.c | 12 +++--- stm32l4a6zg-f0x.at1/Core/Src/si5351.c | 57 +++++++++++++++++-------- 8 files changed, 127 insertions(+), 34 deletions(-) diff --git a/stm32l4a6zg-f0x.at1/.cproject b/stm32l4a6zg-f0x.at1/.cproject index 780452c..b107ccd 100644 --- a/stm32l4a6zg-f0x.at1/.cproject +++ b/stm32l4a6zg-f0x.at1/.cproject @@ -24,7 +24,7 @@