Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
samples/led-string: fix wrong usage of options
Browse files Browse the repository at this point in the history
Fields must be separated by '|', not ','

Signed-off-by: Bruno Dilly <bruno.dilly@intel.com>
  • Loading branch information
bdilly committed Sep 11, 2015
1 parent a183360 commit 31e3a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/samples/flow/led-strip/lpd8806.fbp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ temp(int/map:output_range=min:-40|max:100|step:1)
led_map(int/map:use_input_range=false,input_range=min:-40|max:100,output_range=min:0|max:31|step:1)
less(int/less)
counter(int/accumulator:setup_value=max:31)
blue(converter/empty-to-rgb:output_value=blue:200,green:0,red:0)
red(converter/empty-to-rgb:output_value=red:200,green:0,blue:0)
blue(converter/empty-to-rgb:output_value=blue:200|green:0|red:0)
red(converter/empty-to-rgb:output_value=red:200|green:0|blue:0)
led_strip(led-strip/lpd8806)

temp OUT -> IN led_map
Expand Down

0 comments on commit 31e3a87

Please sign in to comment.