1
0

tsl2561.h 152 B

123456789101112
  1. #ifndef __TSL_2561__
  2. #define __TSL_2561__
  3. #include "freertos/FreeRTOS.h"
  4. #include "freertos/queue.h"
  5. #include <stdint.h>
  6. void tsl2561Init();
  7. #endif