would you like to include
Code: Select all
const float FLT_MAX=1E+37;
const float NEG_FLT_MAX=-1E+37;
const float FLT_MIN=1E-37;
const float NEG_FLT_MIN=-1E-37;
Code: Select all
const float FLT_MAX=1E+37;
const float NEG_FLT_MAX=-1E+37;
const float FLT_MIN=1E-37;
const float NEG_FLT_MIN=-1E-37;
thank you!doc-helmut wrote:hi John,
would you like to includeinto the NXT libs?Code: Select all
const float FLT_MAX=1E+37; const float NEG_FLT_MAX=-1E+37; const float FLT_MIN=1E-37; const float NEG_FLT_MIN=-1E-37;
Code: Select all
byte data[] = {0x02, 0x42};
task main(){
SetSensorLowspeed(S1);
SetI2COptions(S1, I2C_OPTION_FAST);
I2CWrite(S1, 0, data);
}
Users browsing this forum: No registered users and 4 guests