Port of the Adafruit_IS31FL3731 library for Arduino. Enables control of the feather Charliewing LED Matrix peripheral board. Makes use of the I2Cdev library for I2C.

Dependencies:   I2Cdev_MAX32630FTHR

Defaulty uses pinmap for the Maxim 32630FTHR Pegasus board. For a different board, change pin definitions in I2Cdev.h

Committer:
DVLevine
Date:
Sat Mar 17 23:15:19 2018 +0000
Revision:
3:0da61b470b86
Parent:
0:9a73d45a17de
Cleaned up comments a bit. Removed old commend out code from arduino port.

Who changed what in which revision?

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