You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

ws2812_config.h 455B

123456789101112131415161718192021
  1. /*
  2. * light_ws2812_config.h
  3. *
  4. * Created: 18.01.2014 09:58:15
  5. *
  6. * User Configuration file for the light_ws2812_lib
  7. *
  8. */
  9. #ifndef WS2812_CONFIG_H_
  10. #define WS2812_CONFIG_H_
  11. ///////////////////////////////////////////////////////////////////////
  12. // Define I/O pin
  13. ///////////////////////////////////////////////////////////////////////
  14. #define ws2812_port C // Data port
  15. #define ws2812_pin 6 // Data out pin
  16. #endif /* WS2812_CONFIG_H_ */