From cec6f49add0aa01c50455ffb2a6027971ef17282 Mon Sep 17 00:00:00 2001 From: simonox Date: Sun, 19 Feb 2023 17:09:45 +0100 Subject: [PATCH] linkt to calibration --- software/firmware/energy-montior/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/firmware/energy-montior/README.md b/software/firmware/energy-montior/README.md index 68ea45f..aa4c6a5 100644 --- a/software/firmware/energy-montior/README.md +++ b/software/firmware/energy-montior/README.md @@ -76,7 +76,7 @@ The only interesting part is this line: emon1.current(current1Pin, 8); // Pin and Calibration ``` -The calibration value "8" was done with a Fluke multimeter (and maybe a not so ideal burden resistor). +The [calibration](https://docs.openenergymonitor.org/electricity-monitoring/ctac/calibration.html) value "8" was done with a Fluke multimeter (and maybe a not so ideal burden resistor). The code just prints the current power consumption to serial out: