Encapsulate RGB(W) LEDs

This commit is contained in:
Scott Lahteine
2017-09-08 14:47:47 -05:00
parent a98e9874db
commit 8fbb833de9
15 changed files with 530 additions and 380 deletions

View File

@@ -29,8 +29,8 @@
#define __PCA9632_H__
#include "Arduino.h"
#include "Wire.h"
#include <Wire.h>
void PCA9632_SetColor(const byte r, const byte g, const byte b);
void pca9632_set_led_color(const byte r, const byte g, const byte b);
#endif // __PCA9632_H__