Skip to content

Commit 990cce7

Browse files
committed
Add getStatusRegister to header
1 parent 6a88573 commit 990cce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/SparkFun_APDS9960.h

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ class SparkFun_APDS9960 {
229229
SparkFun_APDS9960();
230230
~SparkFun_APDS9960();
231231
bool init();
232+
uint8_t getStatusRegister();
232233
uint8_t getMode();
233234
bool setMode(uint8_t mode, uint8_t enable);
234235

0 commit comments

Comments
 (0)