This is a library for our Adafruit 16-channel PWM & Servo driver Pick one up today in the adafruit shop! ------> http://www.adafruit.com/products/815 These displays use I2C to communicate, 2 pins are required to interface. Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit! Written by Limor Fried/Ladyada for Adafruit Industries. BSD license, check license.txt for more information All text above must be included in any redistribution

Committer:
bxd
Date:
Sun Jan 05 22:29:21 2014 +0000
Revision:
4:41a00db32ae7
Parent:
0:ed0c8a6481fd
updated comment about addressing.

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.