This commit is contained in:
minjaesong
2026-04-16 02:05:21 +09:00
parent 1208690c4f
commit 2ac084acd7
7 changed files with 367 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
/**
* LibSeqread — sequentially read files from disk drive
* @author CuriousTorvald
*/
let readCount = 0
let port = undefined
let fileHeader = new Uint8Array(4096)