mirror of
https://github.com/k3ng/k3ng_rotator_controller.git
synced 2024-12-18 20:57:56 +00:00
Fix path to Wire.h
This commit is contained in:
parent
07a73c333f
commit
03ea5e7c3d
@ -51,7 +51,7 @@
|
||||
#define PCF8583_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <../Wire/Wire.h>
|
||||
#include <Wire.h>
|
||||
|
||||
class PCF8583 {
|
||||
int address;
|
||||
|
Loading…
Reference in New Issue
Block a user