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
Revision 2:de1066d7f78f, committed 2018-03-17
- Comitter:
- DVLevine
- Date:
- Sat Mar 17 20:41:53 2018 +0000
- Parent:
- 1:391568676a73
- Child:
- 3:0da61b470b86
- Commit message:
- fixed some comments
Changed in this revision
| Adafruit_IS31FL3731.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Adafruit_IS31FL3731.h Tue Mar 13 01:17:47 2018 +0000 +++ b/Adafruit_IS31FL3731.h Sat Mar 17 20:41:53 2018 +0000 @@ -1,4 +1,4 @@ -#ifndef _ADAFR+ UIT_IS31FL3731_H_ +#ifndef _ADAFRUIT_IS31FL3731_H_ #define _ADAFRUIT_IS31FL3731_H_ #include "mbed.h"