Arduino: How to return value in string or Boolean block types?


#1

Hi All,

Trying to create a block of string and boolean type for Arduino but couldn’t put my head around how to return the result?

Tries adding return to loop and code but doesn’t seems to be working


#2

Hello,

I think, that is not possible. But look at the Extension AdvancedArduino. There you can define your own functions. Maybe, that helps.

Feedback welcome.

PHG