summaryrefslogtreecommitdiff
path: root/content/posts/led-characterization/index.rst
diff options
context:
space:
mode:
authorjaseg <git@jaseg.net>2018-05-21 13:17:30 +0200
committerjaseg <git@jaseg.net>2018-05-21 13:17:30 +0200
commitdd025431a0c6f994509d374b7c416df2cedd9497 (patch)
treeb07c5ed5457b6710607b0d36241d5365012bbf47 /content/posts/led-characterization/index.rst
parent7bc656ca2a026d91a845dd4d8bfeb812021cdf4d (diff)
downloadblog-dd025431a0c6f994509d374b7c416df2cedd9497.tar.gz
blog-dd025431a0c6f994509d374b7c416df2cedd9497.tar.bz2
blog-dd025431a0c6f994509d374b7c416df2cedd9497.zip
Add a few links and fix a spelling mistake
Diffstat (limited to 'content/posts/led-characterization/index.rst')
-rw-r--r--content/posts/led-characterization/index.rst4
1 files changed, 2 insertions, 2 deletions
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 <http://nbviewer.jupyter.org/github/jaseg/led_drv/blob/master/doc/Spectrum%20Measurement.ipynb>`__.
.. _`on Github`: https://github.com/jaseg/esp_led_drv/blob/master/user/led_controller.c
.. _`project repo`: https://github.com/jaseg/led_drv