Skip to content

Commit

Permalink
updated readme links, added gitignore, updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
IQ-raf committed Nov 6, 2020
1 parent 777f8ee commit f981093
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 32 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Windows default autosave extension
*.asv

# OSX / *nix default autosave extension
*.m~

# Compiled MEX binaries (all platforms)
*.mex*

# Packaged app and toolbox files
*.mlappinstall
*.mltbx

# Generated helpsearch folders
helpsearch*/

# Simulink code generation folders
slprj/
sccprj/

# Matlab code generation folders
codegen/

# Simulink autosave extension
*.autosave

# Simulink cache files
*.slxc

# Octave session info
octave-workspace
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Release Version](release_badge.svg)
![tag](https://img.shields.io/github/v/tag/iq-motion-control/iq-module-communication-matlab)
![release](https://img.shields.io/github/release/iq-motion-control/iq-module-communication-matlab/all.svg)

# Matlab API

Expand All @@ -7,7 +8,7 @@ This is the library to control a IQ Motion Control Module with Matlab
## Getting Started

Include this library in your Matlab folder path to use it.
Read the programming [documentation](http://www.iq-control.com/documentation) on our website to learn how to use this library.
Read the programming [documentation](http://www.iq-control.com/support) on our website to learn how to use this library.
A .zip of the library can also be found on our [release page](https://github.com/iq-motion-control/iq-module-communication-matlab/releases). Use the tags to make sure you are using the latest stable release version.

### Prerequisites
Expand Down
30 changes: 0 additions & 30 deletions release_badge.svg

This file was deleted.

0 comments on commit f981093

Please sign in to comment.