Skip to content

Commit a549bdb

Browse files
Austin RhodesAustin Rhodes
Austin Rhodes
authored and
Austin Rhodes
committed
Made disable public
1 parent 6067902 commit a549bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_TCS34725.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ class Adafruit_TCS34725 {
132132
void clearInterrupt(void);
133133
void setIntLimits(uint16_t l, uint16_t h);
134134
void enable(void);
135+
void disable(void);
135136

136137
private:
137138
boolean _tcs34725Initialised;
138139
tcs34725Gain_t _tcs34725Gain;
139140
tcs34725IntegrationTime_t _tcs34725IntegrationTime;
140141

141-
void disable(void);
142142
};
143143

144144
#endif

0 commit comments

Comments
 (0)