Skip to content

Commit

Permalink
updated url in readme, updated badges, added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
IQ-raf committed Nov 6, 2020
1 parent bc69d70 commit 418a56b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
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-cpp)
![release](https://img.shields.io/github/release/iq-motion-control/iq-module-communication-cpp/all.svg)

# C++ API

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

Add this library to your C++ project to interface with the motors.
Read the programming [documentation](http://iq-control.com/documentation) on our website to learn how to use this library.
Read the programming [documentation](http://iq-control.com/support) on our website to learn how to use this library.
Use our [release page](https://github.com/iq-motion-control/iq-module-communication-cpp/releases) to make sure you are using the latest version

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

This file was deleted.

0 comments on commit 418a56b

Please sign in to comment.