ADSWeather icon indicating copy to clipboard operation
ADSWeather copied to clipboard

AVR boards only

Open kerryleith opened this issue 4 years ago • 0 comments

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.

kerryleith avatar Jan 09 '21 10:01 kerryleith