From 063212b02540f948e3be7103de4f81be76204b2c Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 30 Jan 2018 17:08:36 +0100 Subject: [PATCH] readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb68795 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +This project implements a capacitive touch switch. +It is inspired by the Arduino library CapacitiveSensor from +Paul Bagder and Paul Stoffregen. + +It is implemented for the ESP8266. See schematics and photo +for the setup with an NodeMCU board in the Docs folder. + +It has been developed and is built using the Sloeber IDE.