- Tue Apr 26, 2016 5:49 pm
#46275
I tested the functions in 2.0a18 version.
With fun I tested Neocls and Neostripcolor. Works fine with 300 LEDs.
With much fun I watched into the new Basic Help "example of a spectacular looking image button".
Trying Neosetup command with the pin 12 (D6) as the first statement I saw that:
Neo.setup(12) --> exception (28) crash...
Neo.setup(D6) --> Works
Neosetup(12) --> Tried to call unknown built-in function! Syntax error Halted at line 1
Neosetup(D6) --> Tried to call unknown built-in function! Syntax error Halted at line 1
bla=Neosetup(12) --> Tried to call unknown built-in function! message, after that program start and Led works on pin 12
bla=Neosetup(D6) --> Tried to call unknown built-in function! message, after that program start and Led works on pin 12
What will be the correct syntax?