From 85c21feb8432f18ee339261279ab2ac5c66eac08 Mon Sep 17 00:00:00 2001 From: Keptenkurk Date: Sat, 26 Mar 2016 22:57:13 +0100 Subject: [PATCH] Update Readme Added link to blog --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3a4508b..448c7c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # BS440 Python code to talk to Medisana BS440 bluetooth enabled bathroom scale +# Blog info +https://keptenkurk.wordpress.com/2016/02/07/connecting-the-medisana-bs440-bluetooth-scale/ + # Prequisits * Installed Pygatt * Installed BLE adapter @@ -21,14 +24,5 @@ Before using this program change the settings in the ini file WIP is storing data into a database and graphing them in a web page # Disclaimer -This softwrae is build out of personal interest and not related to +This software is build out of personal interest and not related to Medisana AG in any way. - -History -========== -V1.1 Commits 090216 -+ mail last 3 results to user -+ program parameters moved to ini file -+ removed references to "Medisana" to avoid legal issues -+ updated readme -+ PR2, PR3 fixed