Added some comments for clearnes

This commit is contained in:
HubertH 2024-02-14 23:16:25 +01:00 committed by GitHub
parent 6bf4e6363f
commit fc3ff74c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -851,7 +851,7 @@ static void setVPP(char on) {
}
// 36 <= vpp <=66 ==> v = 0 ... 15 ==> VPP_9V0 ... VPP_16V5
v = (vpp >> 1) - 18; // 18: 2 * 9V, resolution 0.5V (not 0.25V) hence 'vpp >> 1'
#if 1
#if 0
Serial.print(F("setVPP "));
Serial.print(vpp);
Serial.print(F(" index="));