summaryrefslogtreecommitdiff
path: root/soundbox.go
AgeCommit message (Collapse)Author
2024-10-02Add soundbox.fromHardwareAddr()xegineering
This splits the soundbox.NewSoundbox() function into two smaller functions.
2024-10-02Add soundbox.Port constantxegineering
2024-10-01Make soundbox package top-levelxegineering
It is not expected that this library will be so big that multiple packages make sense. Thus it should start only with the main package.