0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2024-12-31 16:10:21 +01:00
parent c96fe78618
commit 1868cd98ca
16 changed files with 199 additions and 279 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"files.associations": {
"filters.h": "c",
"features.h": "c",
"constants.h": "c",
"oscillator.h": "c"
}
}