How can I get a bang when a message is higher than a specified value?
I havent done so much programming, but I would like to do what I write like this in arduino-programming:
If (value1 > 10);
do something;
The closest that I found is SELECT, but I cant figure if I can use it that way.
Thanks!