Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Mar 12, 2015
1 parent 3498391 commit 97b4206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modelica_DeviceDrivers/Blocks/InputDevices.mo
Expand Up @@ -27,7 +27,7 @@ package InputDevices
{-150,140},{150,100}}, textString="%name")}),
preferredView="info",Documentation(info="<html> This block reads data from the joystick ID (0 = first joystick appearing in windows control panel).
Multible blocks can be used in order to retrieve data from more than one joysticks.
Up to six axes and eight buttons are supported. The input values ranges between -1 and 1 and can be scaled by the
Up to six axes and 32 buttons are supported. The input values ranges between -1 and 1 and can be scaled by the
vector <b>gain</b>. Via the parameter <b>sampleTime</b> the input sampling rate is chosen.</html>"));
end JoystickInput;

Expand Down
2 changes: 1 addition & 1 deletion Modelica_DeviceDrivers/ClockedBlocks/InputDevices.mo
Expand Up @@ -31,7 +31,7 @@ package InputDevices
Text(extent={
{-150,140},{150,100}}, textString="%name")}),
preferredView="info",Documentation(info="<html>
<p>This block reads data from the joystick ID (0 = first joystick appearing in windows control panel). Multible blocks can be used in order to retrieve data from more than one joysticks. Up to six axes and eight buttons are supported. The input values ranges between -1 and 1 and can be scaled by the vector <b>gain</b>.</p>
<p>This block reads data from the joystick ID (0 = first joystick appearing in windows control panel). Multible blocks can be used in order to retrieve data from more than one joysticks. Up to six axes and 32 buttons are supported. The input values ranges between -1 and 1 and can be scaled by the vector <b>gain</b>.</p>
</html>"));
end JoystickInput;

Expand Down

0 comments on commit 97b4206

Please sign in to comment.