From 41ed27b11cb2a4ffcf45401e00cca0371b3a36d2 Mon Sep 17 00:00:00 2001 From: simonox Date: Sun, 19 Feb 2023 17:01:25 +0100 Subject: [PATCH] linkt to eddie --- 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 183cfa4..35886c2 100644 --- a/software/firmware/energy-montior/README.md +++ b/software/firmware/energy-montior/README.md @@ -67,7 +67,7 @@ See the Fritzing file for [details](./energy-monitor/energy-monitor.fzz). Start with a simple code that just prints the values. The code is quite simple, as we can use the existing *[EmonLib libary V1.1.0 by OpenEnergyMonitor](https://docs.openenergymonitor.org/electricity-monitoring/ct-sensors/)*. -[Check out the small amount of code to print the values to serial out.](https://code.curious.bio/curious.bio/iot-platform/src/commit/ecf0b3ee63c9d3d49bcf32a7da9bde64a6a62c28/software/firmware/energy-montior/energy-monitor/energy-monitor.ino) +[Check out the small amount of code to print the values to serial out.](https://code.curious.bio/curious.bio/iot-platform/src/commit/ecf0b3ee63c9d3d49bcf32a7da9bde64a6a62c28/software/firmware/energy-montior/energy-monitor/energy-monitor.ino) This piece of code is based on on Thomas Edlinger's code for [Edi's Tech Lab](https://www.edistechlab.com). The only interesting part is this line: