Skip to content

Commit 6b98f46

Browse files
added umbrella header
1 parent df5dbac commit 6b98f46

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

examples/LoveButton/LoveButton.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "CapacitiveTouch.h"
1+
#include "Arduino_CapacitiveTouch.h"
22

33
CapacitiveTouch touchButton = CapacitiveTouch(LOVE_BUTTON);
44

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Use touch sensitive pins on UNO-R4 Minima and UNO-R4 WiFi
66
category=Signal Input/Output
77
url=https://github.com/bcmi_labs/Arduino_CapacitiveTouchUNOR4
88
architectures=renesas_uno
9-
includes=CapacitiveTouch.h
9+
includes=Arduino_CapacitiveTouch.h

src/Arduino_CapacitiveTouch.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#if !defined(ARDUINO_CAPACITIVE_TOUCH_H)
2+
#define ARDUINO_CAPACITIVE_TOUCH_H
3+
4+
#include <CapacitiveTouch.h>
5+
6+
#endif

0 commit comments

Comments
 (0)