Skip to content

Commit 29b9976

Browse files
committed
ganglion: cleanup + sampling rate fix
1 parent 6f87135 commit 29b9976

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

open_bci_ganglion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def handle_sample(sample):
3030
sys.path.insert(0,"bluepy/bluepy")
3131
from btle import Scanner, DefaultDelegate, Peripheral
3232

33-
SAMPLE_RATE = 100.0 # Hz
33+
SAMPLE_RATE = 200.0 # Hz
3434
scale_fac_uVolts_per_count = 1200 * 8388607.0 * 1.5 * 51.0;
3535

3636
# service for communication, as per docs

test.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)