Merge pull request #31 from Robert-Kurczak/master
Added missing header guard
This commit is contained in:
commit
02295e4041
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
||||||
* @file Adafruit_SSD1331.h
|
* @file Adafruit_SSD1331.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef ADAFRUIT_SSD1331_H
|
||||||
|
#define ADAFRUIT_SSD1331_H
|
||||||
|
|
||||||
#include "Arduino.h"
|
#include "Arduino.h"
|
||||||
#include <Adafruit_GFX.h>
|
#include <Adafruit_GFX.h>
|
||||||
#include <Adafruit_SPITFT.h>
|
#include <Adafruit_SPITFT.h>
|
||||||
|
|
@ -73,3 +76,5 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // ADAFRUIT_SSD1331_H
|
||||||
Loading…
Reference in a new issue