IF and If Help ranges
hi, simple question:
how create if ranges?
eg:
its wrong , have tried many combinations right.
thanks in advance
how create if ranges?
eg:
code: [select]
if (something >1 && <10){
//do here
}its wrong , have tried many combinations right.
thanks in advance
code: [select]
if ( (something > 1) && (something < 10) ){
//do here
}
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > IF and If Help ranges
arduino
Comments
Post a Comment