Voltímetro com Arduíno UNO - HELP

if (voltagem > 1,92) {
    digitalWrite(led, HIGH);
}

Algo assim?