From dd025431a0c6f994509d374b7c416df2cedd9497 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 21 May 2018 13:17:30 +0200 Subject: Add a few links and fix a spelling mistake --- content/posts/led-characterization/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/posts/led-characterization/index.rst') diff --git a/content/posts/led-characterization/index.rst b/content/posts/led-characterization/index.rst index ebcc16c..7f9a754 100644 --- a/content/posts/led-characterization/index.rst +++ b/content/posts/led-characterization/index.rst @@ -1,7 +1,6 @@ --- title: "Led Characterization" date: 2018-05-02T11:18:38+02:00 -draft: true --- Preface @@ -475,7 +474,8 @@ Lab to XYZ is somewhat complex since it requires a floating-point power for gamm libc will have one of those so this is still no problem. Lch also requires floating-point sine and cosine functions, but these should still be no problem on most hardware. -My implementation of these conversions in the ESP8266 firmware of my `Wifi LED driver`_ can be found `on Github`_. +My implementation of these conversions in the ESP8266 firmware of my `Wifi LED driver`_ can be found `on Github`_. You +can view the Jupyter notebook most of the analysis above `here `__. .. _`on Github`: https://github.com/jaseg/esp_led_drv/blob/master/user/led_controller.c .. _`project repo`: https://github.com/jaseg/led_drv -- cgit