22 line
455 B
C
22 line
455 B
C
/*
|
|
* light_ws2812_config.h
|
|
*
|
|
* Created: 18.01.2014 09:58:15
|
|
*
|
|
* User Configuration file for the light_ws2812_lib
|
|
*
|
|
*/
|
|
|
|
|
|
#ifndef WS2812_CONFIG_H_
|
|
#define WS2812_CONFIG_H_
|
|
|
|
///////////////////////////////////////////////////////////////////////
|
|
// Define I/O pin
|
|
///////////////////////////////////////////////////////////////////////
|
|
|
|
#define ws2812_port C // Data port
|
|
#define ws2812_pin 6 // Data out pin
|
|
|
|
#endif /* WS2812_CONFIG_H_ */
|