Links


The hidden Arduino Macro F() fixes random lock ups

baldengineer.com

What the F() macro Does

The F() macro tells the compiler to leave this particular array in PROGMEM. Then when it is time to access it, one byte of the data is copied to RAM at a time.