Skip to content

Commit

Permalink
Add include guard for ArduiPI_OLED.h
Browse files Browse the repository at this point in the history
  • Loading branch information
normen committed Apr 5, 2016
1 parent 0391152 commit 605f485
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ArduiPi_OLED.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ All text above, and the splash screen must be included in any redistribution
*********************************************************************/

#ifndef _ArduiPi_OLED_H
#define _ArduiPi_OLED_H

#include "./Adafruit_GFX.h"

#define BLACK 0
Expand Down Expand Up @@ -210,3 +213,4 @@ class ArduiPi_OLED : public Adafruit_GFX
//volatile uint8_t *dcport;
//uint8_t dcpinmask;
};
#endif

0 comments on commit 605f485

Please sign in to comment.