Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit f40fb27

Browse files
author
Iordanis Kostelidis
committed
Add README.md and set endlines to LF (unix)
1 parent 30cb868 commit f40fb27

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

GetObject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* This a library for communication with Maxon Motors EPOS2 motor controllers
22
* using MATLAB.
33
*
4-
* Copyright, Eugenio Yime Rodríguez, 2015
4+
* Copyright, Eugenio Yime Rodr�guez, 2015
55
*
66
*/
77

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# EPOS 4 (for) MATLAB
2+
Commanding Maxon EPOS 4 Motor Controller(s) from MATLAB
3+
4+
# ACKNOWLEDGMENTS
5+
* This library is original written by Eugenio Yime Rodriguez <Universidad Tecnologica de Bolivar> for EPOS 2 Motor Controllers
6+
* This is a modified version by Iordanis Kostelidis <HERMES Team> for EPOS 4 Motor Controllers
7+
8+
# LICENSE
9+
Copyright (c) 2015, Eugenio
10+
All rights reserved.
11+
12+
Redistribution and use in source and binary forms, with or without
13+
modification, are permitted provided that the following conditions are met:
14+
15+
* Redistributions of source code must retain the above copyright notice, this
16+
list of conditions and the following disclaimer.
17+
18+
* Redistributions in binary form must reproduce the above copyright notice,
19+
this list of conditions and the following disclaimer in the documentation
20+
and/or other materials provided with the distribution
21+
* Neither the name of Universidad Tecnologica de Bolivar nor the names of its
22+
contributors may be used to endorse or promote products derived from this
23+
software without specific prior written permission.
24+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
28+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
30+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
31+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
32+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

SetObject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* This a library for communication with Maxon Motors EPOS2 motor controllers
22
* using MATLAB.
33
*
4-
* Copyright, Eugenio Yime Rodríguez, 2015
4+
* Copyright, Eugenio Yime Rodr�guez, 2015
55
*
66
*/
77

0 commit comments

Comments
 (0)