Try using <Arduino.h> everywhere
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
#ifndef __BLINKM_H__
|
||||
#define __BLINKM_H__
|
||||
|
||||
#include "Arduino.h"
|
||||
#include <Arduino.h>
|
||||
#include <Wire.h>
|
||||
|
||||
void blinkm_set_led_color(const uint8_t r, const uint8_t g, const uint8_t b);
|
||||
|
@ -28,7 +28,7 @@
|
||||
#ifndef __PCA9632_H__
|
||||
#define __PCA9632_H__
|
||||
|
||||
#include "Arduino.h"
|
||||
#include <Arduino.h>
|
||||
#include <Wire.h>
|
||||
|
||||
void pca9632_set_led_color(const byte r, const byte g, const byte b);
|
||||
|
Reference in New Issue
Block a user