This is a library for our Adafruit 16-channel PWM or any other board that uses the PCA9685 I2C PWM driver chip.

Dependents:   K9_Head_Controller

Committer:
bxd
Date:
Sat Aug 17 06:59:05 2013 +0000
Revision:
0:ed0c8a6481fd
Version 0, untested.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bxd 0:ed0c8a6481fd 1 Software License Agreement (BSD License)
bxd 0:ed0c8a6481fd 2
bxd 0:ed0c8a6481fd 3 Copyright (c) 2012, Adafruit Industries
bxd 0:ed0c8a6481fd 4 All rights reserved.
bxd 0:ed0c8a6481fd 5
bxd 0:ed0c8a6481fd 6 Redistribution and use in source and binary forms, with or without
bxd 0:ed0c8a6481fd 7 modification, are permitted provided that the following conditions are met:
bxd 0:ed0c8a6481fd 8 1. Redistributions of source code must retain the above copyright
bxd 0:ed0c8a6481fd 9 notice, this list of conditions and the following disclaimer.
bxd 0:ed0c8a6481fd 10 2. Redistributions in binary form must reproduce the above copyright
bxd 0:ed0c8a6481fd 11 notice, this list of conditions and the following disclaimer in the
bxd 0:ed0c8a6481fd 12 documentation and/or other materials provided with the distribution.
bxd 0:ed0c8a6481fd 13 3. Neither the name of the copyright holders nor the
bxd 0:ed0c8a6481fd 14 names of its contributors may be used to endorse or promote products
bxd 0:ed0c8a6481fd 15 derived from this software without specific prior written permission.
bxd 0:ed0c8a6481fd 16
bxd 0:ed0c8a6481fd 17 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ''AS IS'' AND ANY
bxd 0:ed0c8a6481fd 18 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
bxd 0:ed0c8a6481fd 19 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
bxd 0:ed0c8a6481fd 20 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
bxd 0:ed0c8a6481fd 21 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
bxd 0:ed0c8a6481fd 22 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
bxd 0:ed0c8a6481fd 23 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
bxd 0:ed0c8a6481fd 24 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
bxd 0:ed0c8a6481fd 25 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
bxd 0:ed0c8a6481fd 26 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.