Skip to content

Commit 4b0c682

Browse files
doc update
1 parent 9e3fb4f commit 4b0c682

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LED_PCF8574/LED_PCF8574.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
LED_PCF8574.h - Control LED light using PCF8574 multiplexer.
66
*/
77

8-
#include "LED_PCF8574.h"
8+
#include <LED_PCF8574.h>
99

1010
LED_PCF8574::LED_PCF8574(
1111
int pin,

LED_PCF8574/LED_PCF8574.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2020, Collab
1+
/* Copyright (c) 2020-2023, Collab
22
* All rights reserved
33
*/
44
/*
@@ -7,7 +7,7 @@
77
#ifndef LED_PCF8574_h
88
#define LED_PCF8574_h
99

10-
#include "Arduino.h"
10+
#include <Arduino.h>
1111
#include <MultiPlexer_PCF8574.h>
1212

1313
class LED_PCF8574

SSD1306_OLEDDisplay_Mux/SSD1306_OLEDDisplay_Mux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2021, Collab
1+
/* Copyright (c) 2021-2023, Collab
22
* All rights reserved
33
*/
44
/*

SSD1306_OLEDDisplay_Mux/SSD1306_OLEDDisplay_Mux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2021, Collab
1+
/* Copyright (c) 2021-2023, Collab
22
* All rights reserved
33
*/
44
/*

0 commit comments

Comments
 (0)