Sorry, this is probably a silly question, but if I search for info on writing into arduino's flash memory, I get links (like the one in the playground:
http://www.arduino.cc/playground/Code/EEPROM-Flash ) that go to an outside site (
http://www.nongnu.org/avr-libc/user-manual/FAQ.html#faq_rom_array ). This site has examples in C, and my problem is that I don't understand what the relationship is between this code and the arduino code that I'm familiar with. How do I make use of the sample code? Given that I don't really know C, is there any hope for me?