Skip to content

Commit e633bc2

Browse files
authored
Merge pull request #54 from aj-ptw/wifi
Welcome to Wifi shield!
2 parents 455cdb9 + 2ae596a commit e633bc2

File tree

5 files changed

+539
-1
lines changed

5 files changed

+539
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ target/
6363
# Matlab
6464
*.m
6565

66+
# PyCharm
67+
.idea/*
68+
.idea/codeStyleSettings.xml
69+
.idea/vcs.xml

open_bci_ganglion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Core OpenBCI object for handling connections and samples from the gnaglion board.
2+
Core OpenBCI object for handling connections and samples from the Ganglion board.
33
44
Note that the LIB will take care on its own to print incoming ASCII messages if any (FIXME, BTW).
55

0 commit comments

Comments
 (0)