Skip to content

Commit 916d6cb

Browse files
committed
Add slblocks
1 parent 51acc2c commit 916d6cb

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

04_CustomLib_Sample/slblocks.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
function blkStruct = slblocks
2+
Browser.Library = "PWM_ADCLib_For_MIL";
3+
Browser.Name = "PWM_ADCLib_For_MIL";
4+
blkStruct.Browser = Browser;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info>
3+
<Category UUID="FileClassCategory">
4+
<Label UUID="design"/>
5+
</Category>
6+
</Info>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="slblocks.m" type="File"/>

0 commit comments

Comments
 (0)