Data items declared as PROGMEM do not get copied to SRAM at startup. They are a little less convenient to work with, but they can save significant amounts of SRAM. The basic Arduino reference for PROGMEM is [http://arduino.cc/en/Reference/PROGMEM here] (''Anglais, Arduino.CC''). And there is a more detailed tutorial on the subject [http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=38003 here] (''Anglais, AVRFreaks.Net'').
+
Les données déclarées comme PROGMEM ne sont pas copiées en SRAM au démarrage du sketch/croquis.
+
+
Il est un peu moins facile de travailler avec ces donnée mais cela économise une quantité significative de mémoire SRAM. Vous trouverez les références de PROGMEM [http://arduino.cc/en/Reference/PROGMEM ici sur le site d'Arduino.CCe] (''Anglais, Arduino.CC''). Finalement, vous trouverez plus dans [http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=38003 ce tutoriel détaillé] (''Anglais, AVRFreaks.Net'').