add simple data_buffer test
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
local data_buffer = require "core:data_buffer"
|
||||
local buffer = data_buffer({}, 'LE', true)
|
||||
buffer:put_int16(2025)
|
||||
debug.print(buffer)
|
||||
Reference in New Issue
Block a user