From 92f650d382e4ccb5f1930a99b6d651bcb2bca7e6 Mon Sep 17 00:00:00 2001 From: supakeen Date: Sat, 26 Dec 2020 11:24:42 +0100 Subject: [PATCH] A slightly less spartan README. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a62552f..ca45ee2 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -Won't work in Arduino IDE; use PlatformIO. +# Operame + +Dit is de broncode van de firmware voor de [operame CO2 sensor](https://operame.nl/). + +## Gebruik + +### Installatie + +Deze repository gebruikt [PlatformIO](https://platformio.org/) voor installatie. + +1. Installeer PlatformIO. +2. Check deze repository lokaal uit. +3. Ga naar de map van deze repository en voer `pio run` uit.