From 82677544d194bea92b26ae5864753081a29e04d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Martins?= Date: Thu, 23 Jan 2020 22:09:34 +0100 Subject: [PATCH] and more notes --- BME680Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BME680Setup.md b/BME680Setup.md index fd35842..0ef55dd 100644 --- a/BME680Setup.md +++ b/BME680Setup.md @@ -1,6 +1,6 @@ # Install libraries to interact with the BME680 sensor and call into Azure -## Bosh BSEC libraries setup +## Install BOSH BSEC's wrapper project (and BSEC libraries, of course) 1. Run `git clone https://github.com/alexh-name/bsec_bme680_linux.git`. This is a great/simple repo that includes C code to wrap Bosh's libraries. I'll be changing some of the code of this repo to upload readings to Azure.