We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fdf06 commit ee2b628Copy full SHA for ee2b628
1 file changed
SimpleDHT.cpp
@@ -69,13 +69,15 @@ void SimpleDHT::setPin(int pin) {
69
#endif
70
}
71
72
+#ifdef __AVR
73
int SimpleDHT::getBitmask() {
74
return bitmask;
75
76
77
int SimpleDHT::getPort() {
78
return port;
79
80
+#endif
81
82
long SimpleDHT::levelTime(byte level, int firstWait, int interval) {
83
unsigned long time_start = micros();
0 commit comments