Added more information to readme.

This commit is contained in:
Vojtěch Pour 2022-12-17 20:02:35 +01:00
parent 6f02611318
commit 39a0dd36c6

View file

@ -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