1
0
Fork 0

Support IS31FL3741 and IS31FL3741A. (#9201)

This commit is contained in:
MelGeek 2020-06-20 12:49:15 +08:00 committed by GitHub
parent 05e6cc2655
commit d9eae3ef03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 376 additions and 6 deletions

View file

@ -32,6 +32,8 @@
# include "is31fl3733.h"
#elif defined(IS31FL3737)
# include "is31fl3737.h"
#elif defined(IS31FL3741)
# include "is31fl3741.h"
#elif defined(WS2812)
# include "ws2812.h"
#endif