mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Refactoring, better code encapsulation for different operating modes
This commit is contained in:
parent
d9d00b8c71
commit
00244022c9
13 changed files with 701 additions and 519 deletions
5
Software/VNA_embedded/Application/HW_HAL.cpp
Normal file
5
Software/VNA_embedded/Application/HW_HAL.cpp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "HW_HAL.hpp"
|
||||
|
||||
Si5351C HWHAL::Si5351 = Si5351C(&hi2c2, 26000000);
|
||||
MAX2871 HWHAL::Source = MAX2871(&hspi1, FPGA_CS_GPIO_Port, FPGA_CS_Pin, nullptr, 0, nullptr, 0, nullptr, 0, GPIOA, GPIO_PIN_6);
|
||||
MAX2871 HWHAL::LO1 = MAX2871(&hspi1, FPGA_CS_GPIO_Port, FPGA_CS_Pin, nullptr, 0, nullptr, 0, nullptr, 0, GPIOA, GPIO_PIN_6);
|
||||
Loading…
Add table
Add a link
Reference in a new issue