From 42152efa56f9831837f9b5d75a6fed1ce366f62e Mon Sep 17 00:00:00 2001 From: studentidisinistra Date: Thu, 1 Dec 2022 18:08:36 +0100 Subject: [PATCH] first commit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..85a5c25 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +New repository for old PyCoffee Machine. +Firmware is split into 2 parts: one for the ESP8266 managing HTML, updates, display and buttons + one for the old Arduino Nano managing the machine and LEDs. + +As of late 2022, all code has been re-written with Arduino IDE. ESP8266 could be flashed with MicroPython in the future to restore previous python implementation. \ No newline at end of file