release 1.0

This commit is contained in:
2025-06-14 19:51:05 +03:00
commit 1bd5009b9d
25 changed files with 3386 additions and 0 deletions

5
McuLib/slblocks.m Normal file
View File

@@ -0,0 +1,5 @@
function blkStruct = slblocks
blkStruct.Browser.Library = 'McuLib';
blkStruct.Browser.Name = 'MCU Wrapper';
blkStruct.Browser.IsFlat = false;
end