From 39a0dd36c6f52435618749f81cdefbb65dba500e Mon Sep 17 00:00:00 2001 From: BigTire Date: Sat, 17 Dec 2022 20:02:35 +0100 Subject: [PATCH] Added more information to readme. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6ef4992..a3ab3e3 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # NeuroSky MindWave Mobile 2 and M5Stack Core2 connection - Semester work for subject ZPI at the faculty of applied sciences at the University of West Bohemia. Winter semester 2022. -- **M1**: main controller that connects to the EEG headset, parse data and output them to Serial (terminal) and to the second controller M2 through UART +- **M1**: main controller that connects to the EEG headset, parse data and output them to Serial and to the second controller M2 through UART - ```/M1/M1.ino``` - main, actual version - ```/M1/icons.cpp``` - icons in bitmap for GUI - ```/M1/other_versions/2_threads``` - verison with 2 threads and loop but not working properly