IF and If Help ranges


hi, simple question:

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

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums