Skip to content

Commit 211c649

Browse files
committed
2 parents 0b43cf2 + ecb3297 commit 211c649

File tree

3 files changed

+5
-52
lines changed

3 files changed

+5
-52
lines changed

LICENSE

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
BSD License
2+
13
CA_MotorShield Library Copyright Notice:
24

35
Copyright (c) [2024], CodingArray / hanol JU. All rights reserved.
@@ -45,26 +47,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
4547
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4648
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4749
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48-
49-
50-
PCA9685_RT Copyright Notice:
51-
MIT License
52-
Copyright (c) 2016-2024 Rob Tillaart
53-
54-
Permission is hereby granted, free of charge, to any person obtaining a copy
55-
of this software and associated documentation files (the "Software"), to deal
56-
in the Software without restriction, including without limitation the rights
57-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
58-
copies of the Software, and to permit persons to whom the Software is
59-
furnished to do so, subject to the following conditions:
60-
61-
The above copyright notice and this permission notice shall be included in all
62-
copies or substantial portions of the Software.
63-
64-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
65-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
66-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
67-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
68-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
69-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70-
SOFTWARE.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=CodingArray MotorShield V1 Library
22
version=1.0.0
33
author=CodingArray
4-
maintainer=CodingArray <we@codingarray.cc>
4+
maintainer=CodingArray <hanall@codingarray.cc>
55
sentence=A library for controlling the CodingArray MotorShield V1. Supports DC and stepper motors with microstepping and stacking capabilities.
66
paragraph=This library provides an easy interface to control DC and stepper motors using the CodingArray MotorShield V1. It includes features such as microstepping for stepper motors and support for stacking multiple shields for controlling more motors.
77
category=Device Control

license.txt

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
MIT License (MIT)
2+
13
CA_MotorShield Library Copyright Notice:
24

35
Copyright (c) [2024], CodingArray / hanol JU. All rights reserved.
@@ -20,35 +22,7 @@ and the PCA9685_RT library is distributed under the MIT license.
2022
Users are considered to have agreed to these license conditions by using these libraries.
2123

2224

23-
Adafruit_MotorShield v2 Copyright Notice:
24-
Software License Agreement (BSD License)
25-
Copyright (c) 2012, Adafruit Industries. All rights reserved.
26-
27-
Redistribution and use in source and binary forms, with or without
28-
modification, are permitted provided that the following conditions are met:
29-
1. Redistributions of source code must retain the above copyright
30-
notice, this list of conditions and the following disclaimer.
31-
2. Redistributions in binary form must reproduce the above copyright
32-
notice, this list of conditions and the following disclaimer in the
33-
documentation and/or other materials provided with the distribution.
34-
3. Neither the name of the copyright holders nor the names of its
35-
contributors may be used to endorse or promote products derived from
36-
this software without specific prior written permission.
37-
38-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ''AS IS'' AND ANY
39-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
40-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
41-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
42-
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
43-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
44-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
45-
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
46-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
47-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48-
49-
5025
PCA9685_RT Copyright Notice:
51-
MIT License
5226
Copyright (c) 2016-2024 Rob Tillaart
5327

5428
Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)