Apply LEDColor, language fixes
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
/**
|
||||
* Driver for the Philips PCA9632 LED driver.
|
||||
* Written by Robert Mendon Feb 2017.
|
||||
*/
|
||||
@@ -28,9 +28,9 @@
|
||||
#ifndef __PCA9632_H__
|
||||
#define __PCA9632_H__
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <Wire.h>
|
||||
struct LEDColor;
|
||||
typedef LEDColor LEDColor;
|
||||
|
||||
void pca9632_set_led_color(const byte r, const byte g, const byte b);
|
||||
void pca9632_set_led_color(const LEDColor &color);
|
||||
|
||||
#endif // __PCA9632_H__
|
||||
|
||||
Reference in New Issue
Block a user