Skip to content

Commit

Permalink
Update to lower amplitude signals in exg channels in Galea emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Nov 7, 2023
1 parent f0973ab commit 77011ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulator/brainflow_emulator/galea_manual_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run(self):
if (self.debug_mode):
print(t, i, channel)
if (self.channel_on_off[channel - 1] == 1):
single_package.append(random.randint(0, 255))
single_package.append(random.randint(0, 80))
else:
single_package.append(0)
else:
Expand Down

0 comments on commit 77011ca

Please sign in to comment.