MrRobotStarterPack
MrRobotStarterPack copied to clipboard
Use Adafruit IS31FL3741 library
Since time of original release, two important things have happened:
- The Brzo I2C library stopped working. (https://github.com/pasko-zh/brzo_i2c/issues/44) As a result it is not possible to build Mr. Robot Badge firmware with current release of Arduino.
- Adafruit has released a library for IS31Fl3741 to go along with a product using it. (https://learn.adafruit.com/adafruit-is31fl3741/)
Submitting this pull request for consideration: resolve build failure by removing Brzo dependency as well as all direct I2C communication code, replacing them with Adafruit's library. Installation instructions in README was updated as well.