This commit is contained in:
root
2026-09-19 20:21:47 +02:00
commit 0798933b05
62 changed files with 7658 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
// Package docs embeds the HC-33 programmer's manual.
package docs
import _ "embed"
//go:embed manual.txt
var Manual []byte