Added quick start guide.

This commit is contained in:
Vojtěch Pour 2022-11-18 21:08:58 +01:00
parent 713ace2919
commit a53555446e
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# Neurosky Mindwave M5Stack Core2 connection
- Neusky Mindwave MAC Address: 98:07:2d:7f:ea:15
- documentation: http://developer.neurosky.com/docs/doku.php?id=thinkgear_communications_protocol
- documentation: http://developer.neurosky.com/docs/doku.php?id=thinkgear_communications_protocol
- quick start guide: http://download.neurosky.com/public/Products/MindWave%20Mobile%202/MindWave%20Mobile%202%20Quick%20Start%20Guide.pdf

View File

@ -57,6 +57,7 @@ int main( int argc, char **argv ) {
* application. See documentation for "Serial I/O" for your
* platform for details.
*/
FILE *stream = 0;
stream = fopen( "COM4", "r" );