AVR boards only
Great demo and code library.
Perhaps an update to support SAMD libraries could be worthwhile.
Errors on compile: WARNING: library ADSWeather claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s). /Arduino/libraries/ADSWeather/src/ADSWeather.cpp:205:35: error: cannot declare member function 'static void ADSWeather::countRain()' to have static linkage [-fpermissive] static void ADSWeather::countRain() ^ /Arduino/libraries/ADSWeather/src/ADSWeather.cpp:218:41: error: cannot declare member function 'static void ADSWeather::countAnemometer()' to have static linkage [-fpermissive] static void ADSWeather::countAnemometer() ^ exit status 1 Error compiling for board Arduino MKR WiFi 1010.