updated a bunch

This commit is contained in:
2025-06-17 17:09:57 -04:00
parent 4e57946e82
commit 2711d658ea
4 changed files with 31 additions and 30 deletions

4
speaker_startup.lua Normal file
View File

@@ -0,0 +1,4 @@
local kernel = require("kernel")
local main = kernel.addDriver("speaker_main")
sleep(5)
main.run()