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 72b299b commit da358a7Copy full SHA for da358a7
binmode/logicanalyzer.pio
@@ -4,7 +4,7 @@
4
;
5
; SPDX-License-Identifier: BSD-3-Clause
6
7
-
+.pio_version 0 // only requires PIO version 0
8
.program logicanalyzer_no_trigger
9
; get post trigger sample count
10
out x, 32
pirate.h
@@ -88,11 +88,11 @@ void spi_busy_wait(bool enable);
88
#define PIO_RGB_LED_SM 0
89
#else
90
#define PIO_RGB_LED_PIO pio0
91
-#define PIO_RGB_LED_SM 0
+#define PIO_RGB_LED_SM 1
92
#endif
93
94
#define PIO_LOGIC_ANALYZER_PIO pio0
95
-#define PIO_LOGIC_ANALYZER_SM 1
+#define PIO_LOGIC_ANALYZER_SM 0
96
97
#define PIO_MODE_PIO pio1
98
// all SM reserved for mode
0 commit comments