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