This commit is contained in:
2023-01-29 18:23:29 +01:00
commit 5063982a2d
947 changed files with 698285 additions and 0 deletions

10
Core/Inc/dds.h Normal file
View File

@@ -0,0 +1,10 @@
#pragma once
#include "main.h"
#define SINEWAVE_LUT_SIZE 512
#define DDS_TIM_FREQ 1800000
#define DDS_DAC_BUF_SIZE 128
void DDS_Init(void);
extern uint16_t dac_buffor[DDS_DAC_BUF_SIZE];