visuino problem

hi everyone, why if i put HIGH a digital pin on visuino, when i start to modify the program that visuino released, the digital pin is HIGH from the beginning and not when i put it HIGH?

Maybe you should show your sketch?
Probably on the Visuino website.

Nicolamarc:
hi everyone, why if i put HIGH a digital pin on visuino, when i start to modify the program that visuino released, the digital pin is HIGH from the beginning and not when i put it HIGH?

Thank you!
Please attach a small test project so I can investigate :wink:
You also should not be modifying the Visuino generated code, as Visuino has very high optimization, and if something needs to be constant, it will make it constant to save memory, so this may prevent you from changing values in the generated code.
You can use the Custom Code Component in Visuino Pro to inject traditional C++ code in the Visuino design.

Cheers,
Boian