From 1fc2d1f902b53c14d2b73e65f4c532af5b7562b1 Mon Sep 17 00:00:00 2001 From: "timo.altan" <timo.altan@th-koeln.de> Date: Wed, 27 Apr 2022 10:22:24 +0200 Subject: [PATCH] . --- BITsIRReciver.h => bits_ir_receiver.h | 4 ++-- examples/IRReciver/IRReciver.ino | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename BITsIRReciver.h => bits_ir_receiver.h (97%) diff --git a/BITsIRReciver.h b/bits_ir_receiver.h similarity index 97% rename from BITsIRReciver.h rename to bits_ir_receiver.h index 209970e..87ab2a1 100644 --- a/BITsIRReciver.h +++ b/bits_ir_receiver.h @@ -1,5 +1,5 @@ -#ifndef BITSIRRECIVER_H -#define BITSIRRECIVER_H +#ifndef BITS_IR_RECEIVER_H +#define BITS_IR_RECEIVER_H /* ****************************************** * * IR Remote * diff --git a/examples/IRReciver/IRReciver.ino b/examples/IRReciver/IRReciver.ino index adb2383..15b504a 100644 --- a/examples/IRReciver/IRReciver.ino +++ b/examples/IRReciver/IRReciver.ino @@ -1,4 +1,4 @@ -#include "BITsIRReciver.h" +#include "bits_ir_receiver.h" #define IR_PIN 46 BitsIrReciver ir_sensor(IR_PIN); -- GitLab