Skip to content

Commit aa99223

Browse files
author
neil.hamilton
committed
Add capture mode enum to pl1000.py
1 parent d961dbe commit aa99223

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

picosdk/pl1000.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ def _pl1000Inputs():
5454
'PL1000_OPEN_PROGRESS_COMPLETE' : 1,
5555
}
5656

57+
pl1000.PL1000_BLOCK_METHOD = make_enum([
58+
'BM_SINGLE',
59+
'BM_WINDOW',
60+
'BM_STREAM',
61+
])
62+
5763
doc = """ PICO_STATUS pl1000CloseUnit
5864
(
5965
int16_t handle

0 commit comments

Comments
 (0)