[neopixel ledjes] pin: PC7 # The pin connected to the neopixel. This parameter must be # provided. chain_count: 6 # The number of Neopixel chips that are "daisy chained" to the # provided pin. The default is 1 (which indicates only a single # Neopixel is connected to the pin). color_order: GRB # Set the pixel order required by the LED hardware (using a string # containing the letters R, G, B, W with W optional). Alternatively, # this may be a comma separated list of pixel orders - one for each # LED in the chain. The default is GRB. initial_RED: 1.0 initial_GREEN: 1.0 initial_BLUE: 1.0 #initial_WHITE: 0.0 # See the "led" section for information on these parameters. #[include neopixels.cfg]