Skip to content

Commit

Permalink
ifdef header protection.
Browse files Browse the repository at this point in the history
  • Loading branch information
dthain committed Sep 20, 2017
1 parent f67b5d6 commit 9b05bce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions QMC5883L.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ifndef QMC5883L_H
#define QMC5883L_H

class QMC5883L {
public:
Expand All @@ -24,3 +26,5 @@ class QMC5883L {
uint8_t range;
uint8_t oversampling;
};

#endif

0 comments on commit 9b05bce

Please sign in to comment.