common.h 162 B

123456789101112
  1. #pragma once
  2. #ifndef _COMMON_H
  3. #define _COMMON_H
  4. /**
  5. * Global defines
  6. */
  7. #define USE_BRIGHT_CONTROL
  8. #define USE_DHT
  9. //#define USE_UART
  10. #endif /* _COMMON_H */