Skip to content

Commit 9389812

Browse files
committed
Added new image for multimeter leads. Updated app and readme files. Removed old startup files from project.
1 parent 674f2ab commit 9389812

File tree

133 files changed

+343
-125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+343
-125
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

Images/multimeterLeads.png

8.25 KB

README.md

Lines changed: 2 additions & 0 deletions

Utilities/ProjectStartupApp.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ function createComponents(app)
275275
app.Q1.FontSize = 18;
276276
app.Q1.FontWeight = 'bold';
277277
app.Q1.Position = [16 141 245 69];
278-
app.Q1.Text = 'What describe you best?';
278+
app.Q1.Text = 'What describes you best?';
279279

280280
% Create FacultyButton
281281
app.FacultyButton = uibutton(app.TabReview, 'push');

Utilities/Shutdown.m

Lines changed: 0 additions & 23 deletions
This file was deleted.
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="NodalAnalysisCircuit.slx" type="File"/>
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="RCRLCircuits.slx" type="File"/>
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>

0 commit comments

Comments
 (0)