Anonymous
Inactive
Post count: 6

As seen in the source code :

count = 0
# For each input (must be in numerical order of js*)
# If Nintendo remote, count it
count=$((count+1))
# If mine, set position & quit
set all leds to 0
set the led $count to enabled

What else do you need ?