We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5811087 commit 99ed0f8Copy full SHA for 99ed0f8
2 files changed
library.properties
@@ -1,5 +1,5 @@
1
name=PCINT r-site.net
2
-version=4.0.5
+version=4.0.6
3
author=Rui Azevedo, ruihfazevedo@gmail.com
4
maintainer=neu-rah, ruihfazevedo@gmail.com
5
sentence=Arduino Pin change monitor
src/pcint.h
@@ -34,7 +34,7 @@ Nov.2014 large changes
34
#endif
35
defined(RSITE_TEENSY3) || defined(ARDUINO_SAM_DUE)*/
36
37
- #if defined(__arm__)
+ #if defined(__arm__) || defined(ESP8266)
38
#warning Compiling for arm
39
#define PCINT_NO_MAPS
40
0 commit comments