all calibrations at once

This commit is contained in:
hg
2014-04-04 20:38:11 +02:00
parent 84f06c66e8
commit 0f16b2c3a9
8 changed files with 53 additions and 32 deletions

View File

@ -171,7 +171,6 @@ unsigned char AD7190_Init(void)
// TIME_DelayMs(1);
delay(1); // arduino function
regVal = AD7190_GetRegisterValue(AD7190_REG_ID, 1, 1);
Serial.print(String("regVal: ") + regVal + "\n");
if( (regVal & AD7190_ID_MASK) != ID_AD7190)
{
status = 0;