We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3410b commit e9c2f1eCopy full SHA for e9c2f1e
i2s.pio
@@ -117,7 +117,7 @@ loop_r:
117
wait 0 pin 1 ;
118
out pins 1 ; update DOUT
119
jmp pin loop_r ; if LRCK is still high, we're still sampling this word
120
- jmp start_l ; otherwise, start the loop over
+ ; implicit jmp to start_l: otherwise, start the loop over
121
122
123
; I2S Audio Input - Slave or Synchronous with Output Master
@@ -155,7 +155,7 @@ sample_r:
155
in pins, 1
156
wait 0 pin 1
157
jmp pin sample_r ; if LRCK is still high, we're still sampling this word
158
- jmp start_sample_l ; otherwise, start the loop over
+ ; implicit jmp to start_sample_l: otherwise, start the loop over
159
160
% c-sdk {
161
0 commit comments