Skip to content

Commit

Permalink
Used include guards instead of #pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
strange-v committed Oct 13, 2020
1 parent bd5627f commit 3f1a59f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions FT6X36.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#ifndef FT6X36_h
#define FT6X36_h
#include <Arduino.h>
#include <Wire.h>

Expand Down Expand Up @@ -131,4 +132,4 @@ class FT6X36
unsigned long _touchEndTime = 0;
bool _dragMode = false;
};

#endif
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=FT6X36
version=1.0.1
version=1.0.2
author=strange_v
maintainer=strange_v
sentence=Arduino library for FT6X36 based touch screens
Expand Down

0 comments on commit 3f1a59f

Please sign in to comment.