arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Arduino experiments

Results 2 arduino issues
Sort by recently updated
recently updated
newest added

Is it possible to use Weatherstation2 or Weatherstation3 with the normal ILI9341 (No Touch) Display? What should be changed in the code? Thanks

Newer versions of Arduino have a #define for digitalPinToInterrupt(), to convert pin numbers to interrupt numbers for attachInterrupt. This tiny patch will make your code compatible with all future boards,...