Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Este repositório está arquivado. Você pode visualizar os arquivos e realizar clone, mas não poderá realizar push nem abrir issues e 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_ */