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 3fa0811 commit 297ad41Copy full SHA for 297ad41
encoders/quadrature_interrupt.go
@@ -1,4 +1,4 @@
1
-//go:build tinygo && (rp2040 || stm32 || k210 || esp32c3 || nrf || sam || (avr && (atmega328p || atmega328pb)))
+//go:build tinygo && (rp2040 || rp2350 || stm32 || k210 || esp32c3 || nrf || sam || (avr && (atmega328p || atmega328pb)))
2
3
// Implementation based on:
4
// https://gist.github.com/aykevl/3fc1683ed77bb0a9c07559dfe857304a
0 commit comments