|
1 |
| -MIT License |
| 1 | +CA_MotorShield Library Copyright Notice: |
| 2 | + |
| 3 | +Copyright (c) [2024], CodingArray / hanol JU. All rights reserved. |
| 4 | +This library is based on the Adafruit_MotorShield v2 library from Adafruit Industries |
| 5 | +and the PCA9685_RT library from Rob Tillaart, integrating the strengths of both libraries |
| 6 | +to address issues arising during DC motor operation with I2C communication errors and |
| 7 | +when changing the motor's rotation direction encountered with the Adafruit_MotorShield v2 library. |
| 8 | +Such issues were particularly evident in the 'void Adafruit_MotorShield::setPin(uint8_t pin, boolean value)' |
| 9 | +function, where setting multiple pins to HIGH or LOW caused problems. |
| 10 | +This library is distributed under the MIT license. |
| 11 | +Use, modification, and redistribution must follow the conditions below: |
| 12 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
| 13 | +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, |
| 14 | +AND NONINFRINGEMENT. |
| 15 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, |
| 16 | +OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
| 17 | +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 18 | +The Adafruit_MotorShield v2 library is distributed under the BSD license, |
| 19 | +and the PCA9685_RT library is distributed under the MIT license. |
| 20 | +Users are considered to have agreed to these license conditions by using these libraries. |
| 21 | + |
| 22 | + |
| 23 | +Adafruit_MotorShield v2 Copyright Notice: |
| 24 | +Software License Agreement (BSD License) |
| 25 | +Copyright (c) 2012, Adafruit Industries. All rights reserved. |
2 | 26 |
|
3 |
| -Copyright (c) 2024 CodingArray |
| 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 | + |
| 50 | +PCA9685_RT Copyright Notice: |
| 51 | +MIT License |
| 52 | +Copyright (c) 2016-2024 Rob Tillaart |
4 | 53 |
|
5 | 54 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 | 55 | of this software and associated documentation files (the "Software"), to deal
|
|
0 commit comments