0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00

first commit

This commit is contained in:
2025-03-10 16:50:29 +01:00
commit 800f3222ca
36 changed files with 5064 additions and 0 deletions

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

@@ -0,0 +1,8 @@
{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"ascii_cmd.h": "c",
"time.h": "c",
"rds.h": "c"
}
}