Skip to content

Commit

Permalink
added #ifndef
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Apr 17, 2012
1 parent 73392d1 commit 843dfc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TouchScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// (c) ladyada / adafruit
// Code under MIT License

#ifndef _ADAFRUIT_TOUCHSCREEN_H_
#define _ADAFRUIT_TOUCHSCREEN_H_

class Point {
public:
Point(void);
Expand Down Expand Up @@ -30,3 +33,5 @@ class TouchScreen {
uint8_t _yp, _ym, _xm, _xp;
uint16_t _rxplate;
};

#endif

0 comments on commit 843dfc5

Please sign in to comment.