Not sure what you're looking for?Book a no-pressure sales chat with an engineerSchedule a call →

Zmpt101b Proteus Library Link May 2026

End of Report

void loop() int raw = analogRead(sensorPin); float voltage = (raw / 1023.0) * 5.0; float ac_voltage = (voltage - offset) / sensitivity; Serial.print("AC Voltage: "); Serial.println(ac_voltage); delay(500); zmpt101b proteus library