mathworks / thingspeak-arduino

ThingSpeak Communication Library for Arduino, ESP8266 and ESP32
https://thingspeak.com
431 stars 231 forks source link

Add 'rp2040' to the list of architectures in the "library.properties" file #85

Open dlkeng opened 1 year ago

dlkeng commented 1 year ago

I have done some basic testing of the ThingSpeak Communication Arduino library with the Raspberry Pi Pico W board using the Philhower Arduino-Pico implementation for Arduino {Arduino-Pico} and it appears to work correctly.

However, there is one complaint generated when building code using the Thingspeak library and that is a warning as follows: WARNING: library ThingSpeak claims to run on avr, esp8266, sam, samd, esp32, samd_beta, megaavr architecture(s) and may be incompatible with your current board which runs on rp2040 architecture(s).

To remove this warning, I suggest adding the 'rp2040' to the list of architectures in the library.properties file.