mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
embedded code copied from jankae/VNA and adjusted for STM32G4
This commit is contained in:
parent
7af204b349
commit
30d4ebe37b
215 changed files with 186208 additions and 0 deletions
20
Software/VNA_embedded/Application/App.h
Normal file
20
Software/VNA_embedded/Application/App.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "Protocol.hpp"
|
||||
|
||||
namespace App {
|
||||
|
||||
void NewSettings(Protocol::SweepSettings s);
|
||||
void SetManual(Protocol::ManualControl m);
|
||||
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void App_Start();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue