mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-05 16:26:42 +10:00
updated ui added new features
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
% load_raw.m
|
||||
% David Rowe 7 Oct 2009
|
||||
|
||||
function s = load_raw(fn, len=Inf)
|
||||
fs=fopen(fn,"rb");
|
||||
s = fread(fs,len,"short");
|
||||
fclose(fs);
|
||||
endfunction
|
||||
Reference in New Issue
Block a user