We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5092595 commit cba48edCopy full SHA for cba48ed
picosdk/PicoDeviceEnums.py
@@ -236,7 +236,7 @@ def _define_action():
236
237
picoEnum.PICO_ACTION = _define_action()
238
239
-picoEnum.Pico_TRIGGER_STATE = make_enum([
+picoEnum.PICO_TRIGGER_STATE = make_enum([
240
"PICO_CONDITION_DONT_CARE",
241
"PICO_CONDITION_TRUE",
242
"PICO_CONDITION_FALSE"
0 commit comments