changeset 512:ac77dd191d49

add a picture
author Matt Johnston <matt@ucc.asn.au>
date Thu, 26 Jun 2014 23:06:10 +0800
parents cf52d5817709
children 56cdea43b366 de28de7a10c6
files README README.md templog.png
diffstat 3 files changed, 27 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Jun 26 23:03:32 2014 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-Wort fermentation control.
-
-py/ code runs on a raspberry pi with ds18b20 sensors.
-Dependencies can be installed with pip from requirements.txt
-
-This is implemented using gevent so the fridge, sensors, uploader
-etc are each written as independent tasks.
-
----
-
-web/ code is a Bottle web app for showing graphs and also
-controlling the temperature from a phone-optimised UI
-
-https://evil.ucc.asn.au/~matt/templog/ is live
-
----
-
-old/ is the previous version that ran on an avr talking over a serial bluetooth device
-with a separate internet-connected router relaying to the web interface.
-
-
-Matt Johnston
[email protected]
-
-This code may be freely used, distributed, relicensed, and modified for any purpose.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Thu Jun 26 23:06:10 2014 +0800
@@ -0,0 +1,27 @@
+Wort fermentation control.
+
+py/ code runs on a raspberry pi with ds18b20 sensors.
+Dependencies can be installed with pip from requirements.txt
+
+This is implemented using gevent so the fridge, sensors, uploader
+etc are each written as independent tasks.
+
+---
+
+web/ code is a Bottle web app for showing graphs and also
+controlling the temperature from a phone-optimised UI
+
+https://evil.ucc.asn.au/~matt/templog/ is live
+
+![graph](templog.png)
+
+---
+
+old/ is the previous version that ran on an avr talking over a serial bluetooth device
+with a separate internet-connected router relaying to the web interface.
+
+
+Matt Johnston
[email protected]
+
+This code may be freely used, distributed, relicensed, and modified for any purpose.
Binary file templog.png has changed