-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d056c4f
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
![Release Version](release_badge.svg) | ||
|
||
# Matlab API | ||
|
||
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. | ||
A .zip of the library can also be found on our [release page](). Use the tags to make sure you are using the latest stable release version. | ||
|
||
### Prerequisites | ||
|
||
You will need the latest version of [Matlab](https://www.mathworks.com/downloads/) to use this library | ||
|
||
## Contributing | ||
|
||
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. | ||
|
||
## Versioning | ||
|
||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](). | ||
For the releases available, see the [releases on this repository](). | ||
|
||
## Authors | ||
|
||
* **Matthew piccoli** | ||
|
||
See also the list of [contributors](contributors.md) who participated in this project. | ||
|
||
## License | ||
|
||
This project is licensed under the GNU LGPL-3.0-or-later license - see the [LICENSE.md](LICENSE) file for details |