9 lines
87 B
C
9 lines
87 B
C
#ifndef TSL2561_H
|
|
#define TSL2561_H
|
|
|
|
void tsl2561Setup();
|
|
|
|
void tsl2561Loop();
|
|
|
|
#endif
|