Skip to content

Commit 9a8de65

Browse files
committed
NPG-LITE BLE added
1 parent cc2e6a8 commit 9a8de65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

npg-ble renamed to npg-ble.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Set up an LSL stream with int16 data format (irregular rate)
1818
stream_name = "NPG"
19-
info = StreamInfo(stream_name, "EXG", 3, 500, "int16", "uid007")
19+
info = StreamInfo(stream_name, "EXG", 3, 0, "int16", "uid007")
2020
outlet = StreamOutlet(info)
2121

2222
# Global variables for unrolled counter, sample counting, and timing
@@ -116,5 +116,5 @@ async def run():
116116
while True:
117117
await asyncio.sleep(1)
118118

119-
if __name__ == "_main_":
120-
asyncio.run(run())
119+
if __name__ == "__main__":
120+
asyncio.run(run())

0 commit comments

Comments
 (0)