-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.mo
More file actions
40 lines (34 loc) · 1.16 KB
/
package.mo
File metadata and controls
40 lines (34 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
within ;
package Arduino "Library to simulate sketches on a virtual Arduino Uno and to connect models to real-world circuits using the Firmata protocol"
extends Modelica.Icons.Package;
annotation (
version="0.1.0",
uses( Modelica_DeviceDrivers(version="1.4.4"),
Modelica(version="3.2.3")),
Icon(graphics={
Ellipse(
extent={{-80,38},{4,-38}},
lineColor={0,135,143},
lineThickness=0.5),
Ellipse(
extent={{4,38},{88,-38}},
lineColor={0,135,143},
lineThickness=0.5),
Line(
points={{-56,0},{-24,0}},
color={0,135,143},
smooth=Smooth.Bezier),
Line(
points={{24,0},{68,0}},
color={0,135,143},
smooth=Smooth.Bezier),
Line(
points={{-20,-4.8986e-016},{12,0}},
color={0,135,143},
smooth=Smooth.Bezier,
origin={46,4},
rotation=90)}),
Documentation(info="<html>
<p>For updates and tutorials visit <a href=\"https://github.com/CATIA-Systems/Modelica-Arduino\">https://github.com/CATIA-Systems/Modelica-Arduino</a></p>
</html>"));
end Arduino;