play-manual-square-wave-instead-of-file (#2)

Remove dependency on external raw audio file.\
Play manual square wave instead.

Reviewed-on: #2
Co-authored-by: bjoernf <bjoern.foersterling@web.de>
Co-committed-by: bjoernf <bjoern.foersterling@web.de>
This commit was merged in pull request #2.
This commit is contained in:
2025-11-15 16:48:16 +01:00
committed by bjoernf
parent 132a7c0788
commit 671f503a41
8 changed files with 101 additions and 13 deletions

3
time_utils.h Normal file
View File

@@ -0,0 +1,3 @@
#pragma once
void sleep_ms(int milliseconds);