mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-16 04:43:25 +00:00
fix: add RP2350 to quadrature_interrupt.go
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
//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)))
|
||||||
|
|
||||||
// Implementation based on:
|
// Implementation based on:
|
||||||
// https://gist.github.com/aykevl/3fc1683ed77bb0a9c07559dfe857304a
|
// https://gist.github.com/aykevl/3fc1683ed77bb0a9c07559dfe857304a
|
||||||
|
|||||||
Reference in New Issue
Block a user