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.