lux.h 153 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 init_tsl2561();
  7. #endif