You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded Flash-5.tar.gz and installed it in the Arduino libraries folder (C:\Users...me...\Documents\Arduino\libraries on my machine).
I then started Arduino and opened the Flash Basic example and compiled it for a Adafruit Trinket Pro (an avr board). I got several "comparison between signed and unsigned" warnings which I fixed (changed "for (int i...." to "for (size_t i....").
I also got two "dereferencing type-punned pointer will break strict-aliasing rules ..." warnings which I don't know how to fix.
I ran the result and it seemed to work.
I am using Arduino 1.8.5
The text was updated successfully, but these errors were encountered:
I downloaded Flash-5.tar.gz and installed it in the Arduino libraries folder (C:\Users...me...\Documents\Arduino\libraries on my machine).
I then started Arduino and opened the Flash Basic example and compiled it for a Adafruit Trinket Pro (an avr board). I got several "comparison between signed and unsigned" warnings which I fixed (changed "for (int i...." to "for (size_t i....").
I also got two "dereferencing type-punned pointer will break strict-aliasing rules ..." warnings which I don't know how to fix.
I ran the result and it seemed to work.
I am using Arduino 1.8.5
The text was updated successfully, but these errors were encountered: