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 2ea30f4 commit 2ad751fCopy full SHA for 2ad751f
ClickEncoder.h
@@ -15,7 +15,7 @@
15
// ----------------------------------------------------------------------------
16
17
#include <stdint.h>
18
-#ifndef ARDUINO_ARCH_ESP8266
+#if defined(__AVR__)
19
#include <avr/io.h>
20
#include <avr/interrupt.h>
21
#include <avr/pgmspace.h>
0 commit comments