From 22581dfd5841296f2f0e444809b4c100af973401 Mon Sep 17 00:00:00 2001 From: sago35 Date: Thu, 29 Feb 2024 20:26:37 +0900 Subject: [PATCH] encoders: add atsamd21, atsamd51, atsame5x --- encoders/quadrature_interrupt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoders/quadrature_interrupt.go b/encoders/quadrature_interrupt.go index 98a7927..67c70bc 100644 --- a/encoders/quadrature_interrupt.go +++ b/encoders/quadrature_interrupt.go @@ -1,4 +1,4 @@ -//go:build tinygo && (rp2040 || stm32 || k210 || esp32c3 || nrf || (avr && (atmega328p || atmega328pb))) +//go:build tinygo && (rp2040 || stm32 || k210 || esp32c3 || nrf || sam || (avr && (atmega328p || atmega328pb))) // Implementation based on: // https://gist.github.com/aykevl/3fc1683ed77bb0a9c07559dfe857304a