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 7b5ef9a commit f9bcd04Copy full SHA for f9bcd04
README.md
@@ -120,3 +120,24 @@ The services are DIM RPC services. Every RPC is called with a string and expects
120
* Example:
121
* DIM input `0x3\n`
122
* DIM output ` `
123
+
124
+#### PATTERN_PLAYER
125
+* Parameters
126
+ * Sync Pattern
127
+ * Reset Pattern
128
+ * Idle Pattern
129
+ * Sync Length
130
+ * Sync Delay
131
+ * Reset Length
132
+ * Reset Trigger Select
133
+ * Sync Trigger Select
134
+ * Sync At Start;
135
+ * Trigger Sync;
136
+ * Trigger Reset;
137
138
+* Returns
139
+ * empty
140
141
+* Example:
142
+ * DIM input `0x23456789abcdef123456\n0x5678\n0x9abc\n42\n0\n53\n30\n29\n#a comment\nfalse\ntrue\nfalse`
143
+ * DIM output ` `
0 commit comments