0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00
This commit is contained in:
2025-01-03 10:23:47 +01:00
parent 7a20c89cb4
commit 595cbb66df
4 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#pragma once
#include <math.h>
#include <string.h>
#include <stdlib.h>

View File

@@ -1,3 +1,5 @@
#pragma once
#include "oscillator.h"
typedef struct

View File

@@ -1,3 +1,5 @@
#pragma once
#include <stdlib.h>
#define D_SIZE 256

View File

@@ -1,3 +1,5 @@
#pragma once
#include "constants.h"
#include "math.h"